i have a table like this :
Name ADDRESS
Toto 123 ...
Toto 456
ToTo 678
I would like to delete 2 last row...please tell me how to
delete its
Answer Posted / mithlesh
delete from table_name
where address = '456' and '678'.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
How can record locking be achieved in those DB2 versions which do not support it?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is the difference between cursor and select statement?
What is ibm db2 client?
What are the 2 sqlcodes that are returned?
Which are the db2 tools to protect integrity of the database?
What is load utility in db2?
What is db2? Explain.
Is it possible using max on a char column?
How to check table size in db2 sap?
What is meant by union and union all?
What is the meaning concurrency in the db2 database?
How do I create a view in db2?
How do we specify index to include or not during bind process.
What is explain in db2?