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
Deletion of all rows from a table
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |