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 / rajeev
In this scenario RRN will be useful.
DELETE FROM <FILENAME> F1 WHERE RRN(F1) = 7
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various isolation levels possible?
What is a plan and package in db2?
Where do you specify them?
What is the clustering index in the db2 database?
What are the two types of logging in the db2 database? Explain them.
Explain the function done by data manager?
What is load utility in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is a system catalog table in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is consistency token in db2?
what is db2 restart?
How is deadlock resolved?
Is ibm db2 free?
What is the picture clause of null indicator variable?