The following INSERT statement adds a new row to the Departments table, giving a value for every column in the row:
INSERT INTO Departments VALUES ( 702, 'Eastern Sales', 902 ); |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |