Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Data manipulation statements

 

Addition of data using INSERT

You add rows to the database using the INSERT statement. The INSERT statement has two forms: you can use the VALUES keyword or a SELECT statement:

 INSERT using values
 INSERT from SELECT
 See also

Inserting values into all columns of a row
Value insertion into specific columns
Addition of new rows with SELECT
Insertion of documents and images
Advanced: Disk allocation for inserted rows