Inserting default values

Sybase IQ supports inserting default values with this syntax:

INSERTINTO ] [ owner.]table-name [ ( column-name [, …] ) ] ... { DEFAULT VALUES | VALUES ( [ expression | DEFAULT,… ) ] }

For more information, see the section “INSERT statement” in Chapter 1, “SQL statements” in Reference: Statements and Options.