+ -

Pages

Saturday, July 26, 2014

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.
5 ABAP Tips: Deleting Records from a Database Table Delete a single record Delete from ztsapspec where id > -1. or customer-customerno = '155151'. delete cutsomer. Delete all ...

No comments:

Post a Comment

< >