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


Please Help Members By Posting Answers For Below Questions

How do I delete a table in db2?

642


What is a plan and package in db2?

613


Comment whether dclgen is mandatorily used. If not, then what is the point of using it?

604


Define buffer pool.

618


Discuss about db2 bind?

664






Mention the different locking levels that are available in db2.

636


What are the bind parameters ibm db2?

621


run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...

3784


How can you find out the # of rows updated after an update statement?

633


What is the role of the data page in the db2 database?

581


Why cursor is used in db2?

570


What are iseries servers?

562


What is commit in db2?

591


What does sqlcabc has?

625


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

3114