INSERT statements in the SQL builder

You can use an INSERT statement to insert rows from a values set or from a subquery results table into a database table.

Use the Values option in the Design pane of the SQL builder to define a values set. Use the Subquery option in the Design pane to define a subquery results table.

See your database vendor documentation for information about the syntax of INSERT statements. Different database vendors use different syntax.


Feedback