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

Answer Posted / prashant shettar

delete from (select rownumber() over() as rowid from tab1)
where rowid =3

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is role in db2?

611


What is a bind in db2?

587


What is db2 catalog database?

572


what is diffrence b/w file-aid tool and file-aid utility???

4168


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

1700






What is view db2?

617


Explain how can you do the explain of a dynamic sql statement?

646


What is declare cursor?

607


What is image copy in db2?

563


Define data page.

626


What is dbrm? What it contains? When it will be created?

589


What are host variables in db2?

616


How do you simulate the explain of an embedded sql statement in spufi/qmf?

626


What is the physical storage length of time data type?

664


How to find the maximum value in a column in the db2 database?

600