3. Statements : OpenROAD SQL Statements : Insert Statement : Parameters—Insert Statement
 
Share this page                  
Parameters—Insert Statement
This statement has the following parameters:
tablename
Specifies the name of the database table into which rows are to be inserted. This is a dynamic name.
columnname
Specifies the name of a column within the database table that receives the value. This is a dynamic name.
expression
Specifies an SQL expression that must evaluate to the appropriate data type.
This expression has the restriction that it must not contain references to database column names.
subselect
Specifies a select statement that serves as the source of values to be inserted