INSERT clause

Indentifies destinations for the results of a Query statement or Insert Values statement.

The following sections describe two variants of the INSERT clause. The Query statement and Insert Values statement must begin with this clause. You can use either variant to begin a Query statement. However, an Insert Values statement must use the INSERT INTO form of the INSERT clause.