insert

Description

Adds new rows to a table or view.

Syntax

insert [into] [database.[owner.]]{table_name|view_name}
 [(column_list)] 
 {values (expression [, expression]...)
     |select_statement }

Usage


Server class ASEnterprise


Server class ASAnywhere

Handling of the insert statement is the same as for ASEnterprise.


Server class ASIQ

Handling of the insert statement is the same as for ASEnterprise.


Server class direct_connect


Server class db2

See also

insert in the Reference Manual