8. OpenSQL Statements : INSERT : Syntax
 
Share this page                  
Syntax
The INSERT statement has the following format:
[EXEC SQL [REPEATED]]INSERT INTO table_name [(column {, column})]
              [VALUES (value{, value})] | [subselect]