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 / mdv
DELETE FROM TABLE_NAME
WHERE RID(TABLE_NAME) = 7 ;
Works DB2 (V9 Onwards)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where do you specify them?
What is nvl in db2?
What is the role of the data page in the db2 database?
What is the difference between using bind () and rebind () methods of naming class?
How do you eliminate duplicate values in db2?
can all users have the privilage to use the sql statement select * (dml)?
Define check constraint.
List some fields from sqlca?
Why do chiropractors use drop table?
Is ibm db2 open source?
Explain in brief how does db2 determine what lock-size to use?
What is ibm db2 client?
define clustering index.
What is the maximum number of columns in a db2 table?
What is the role of data manager in the db2 database?