Deleting Records from a Database Table
Delete a single record
Delete from ztsapspec where id > -1.
or
customer-customerno = '155151'.
delete cutsomer.
Delete all records
select * from zmellemtab.
delete zmellemtab.
endselect.
Deleting records using records from an internal table
delete employees from table itab.
Converted from CHM to HTML with
chm2web Standard 2.7 (unicode)