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
Is the primary key a clustered index?
Outputs of explain are with matchcols = 0. What does this signify?
What are the contents of dclgen?
Is schema the same as database?
What is dpf in db2?
What is db2 connect?
What does db2 blu stand for?
What language is db2 written in?
How do I add a column to a table in db2?
What is a db2 tablespace?
What is reorg?
Is db2 free?
What is the maximum length of sqlca?
How to find primary key of a table in db2?
How to access db2 tables in mainframe?