condition of the select statement. The syntax of the delete command resembles
update and insert. This example deletes a row in the database with a customer
account of '2032'.
1 2 3 4 5 6 | CustTable custTable; ttsbegin; Select forUpdate custTable where custTable.accountnum =="2032"; custTable.delete(); ttscommit; |
Best Regards,
Hossein Karimi
No comments:
Post a Comment