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

Answer Posted / dalwinder singh

delete from (SELECT * FROM (SELECT col1,rownumber() over()
as rn from table where col =value) as tr where rn = 3)

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ibm db2 used for?

603


How to find the number of rows in db2 tables?

619


Are views updateable?

647


What is host variable in db2 cobol?

608


What is difference between isnull and coalesce?

622






What is db2 instance?

594


Name the lockable units in DB2?

665


List down the data types in the db2 database.

640


What is cursor stability in db2?

813


When reorg is used?

680


What is db2 look?

582


i want to maintain uniqueness on pdf without make lf??????????

1637


Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?

2690


What does db2 blu stand for?

664


What is bind in db2?

608