MicroStation CONNECT Edition Help

INSERT SQL Statement

INSERT INTO table <column_name_list> VALUES <expression_list>

Used to insert rows into a database table. If column_name_list is omitted, there must be an expression for each column in the table and it must be listed in the order in which the columns were added to the table.