In my table having 100 Rec. How can I delete the 7th row??
(we don't know what is data inside the table)
Answer Posted / m sharib
delete from table1 where policy_no =(select policy_no from table1 limit 6,1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is db2 restart?
How do I copy a table in db2?
What is the difference between drop table and delete table?
When reorg is used?
How do you select a row using indexes in db2?
What is db2 instance?
What is bind and rebind in db2?
What are the various isolation levels possible?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Is db2 a programming language?
Define data page.
What is the syntax for seeing the columns and data types of a table in the db2 database?
How to execute stored procedures?
What is the use of db2 optimizer?
How can you do the explain of a dynamic sql statement?