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 dbrm?
What is the difference between using bind () and rebind () methods of naming class?
How can record locking be achieved in those DB2 versions which do not support it?
What is the role of union all and union
How would the varchar column remarks defined?
Is it possible using max on a char column?
Where can you declare a cursor in a cobol-db2 program?
How to find schema of a table in db2?
Can we delete records from view?
What is node in db2?
What is role in db2?
Explain correlated sub-queries.
Can you tell me how can you find out the # of rows updated after an update statement?
Mention the different locking levels that are available in db2.
What is ibm db2 database?