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
What is the use of db2?
What is the use of runstats in db2?
What is db2 and what is the use of db2 optimizer?
Can you use max on a char column?
List down the data types in the db2 database.
Is the primary key a clustered index?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What are catalog tables in db2?
What is the difference between oracle and db2?
What is db2 instance?
What is precompiler in db2?
What is difference between rollback and commit?
What is a trigger in the db2 database?
Mention the definition of cobol in varchar field.
Mention data types used in db2 ?