Simple DELETE statements have the following form:
DELETE [ FROM ] table-name WHERE column-name = expression
You can also use a more complex form, as follows
DELETE [ FROM ] table-name FROM table-list WHERE search-condition
Deleting all rows from a table
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |