Adds rows to a new or existing table or view.
Restriction: | You cannot use INSERT INTO on a table that is accessed with an engine that does not support UPDATE processing. |
See: | Creating a Table and Inserting Data into It |
specifies the column into which you are inserting rows.
specifies a PROC SQL view into which you are inserting rows. proc-sql-view can be a one-level name, a two-level libref.view name, or a physical pathname that is enclosed in single quotation marks.
See query-expression
specifies a SAS/ACCESS view into which you are inserting rows.
See sql-expression
Restriction | You cannot use a logical operator (AND, OR, or NOT) in an expression in a SET clause. |
specifies a PROC SQL table into which you are inserting rows. table-name can be a one-level name, a two-level libref.table name, or a physical pathname that is enclosed in single quotation marks.