This chapter introduces the data manipulation statements.
This is the multi-page printable view of this section. Click here to print.
Data Manipulation Statements
1 - INSERT
Basic syntax
Basic syntax:
| |
INSERT inserts new rows into a HoraeDB table. Here is an example:
| |
2 - SELECT
Basic syntax
Basic syntax (parts between [] are optional):
| |
Select syntax in HoraeDB is similar to mysql, here is an example:
| |