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 / sherman_li
Actually, you don't need to delete this data, just move
foward the remaining data(from 8th to 100th), for example,
8th -> 7th
9th -> 8th
...
100th -> 99th
hope this is what you want
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is image copy in db2?
How to find the maximum value in a column in the db2 database?
What is precompiler in db2?
How to fetch the last row from the table in SQL (db2)?
Are views updateable?
What is multi row fetch in db2?
what are bind concepts in db2 cobol?
How to check last update on table in db2?
What are db2 tables?
What is a db2 package?
List out the buffer pools in db2
What is buffer pool in the db2 database?
How do I copy a table in db2?
How to retrieve rows from a db2 table in embedded sql?
is it compulsory commitment control in journal?