how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE

Answer Posted / ankit

hi

try with key word 'rownum' and 'rowcount'
ex: delete from table where rowcount=3;

correct me if i am wrong

Is This Answer Correct ?    3 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the firstname and the lastname from the emp table be concatenated to generate complete names?

735


What does db2 mean?

577


Differentiate between cs and rr isolation levels? Where do you specify them?

570


What is the difference between spufi and qmf?

633


What is cursor with hold option in db2?

606






What is role in db2?

609


How to find primary key of a table in db2?

598


Explain the function done by data manager?

849


How to execute stored procedures?

613


How to test SQL -911 error while developing COB-DB2 program

6697


Explain what are the various isolation levels possible?

603


What is a system catalog table in db2?

577


before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?

1703


What is meant by dclgen?

615


What is the maximum size of a char data type in db2?

581