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
What is phantom read in db2?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is the maximum size of a char data type in db2?
On which levels locks can be applied?
What is database alias db2?
What is the use of db2 optimizer?
Is db2 a mainframe?
How to check table size in db2 sap?
Comment whether the cursor is closed during commit or not.
B37 abend during spufi?
How many types of page locks can be held in db2?
what is db2 restart?
What are concurrency issues?
What is a plan and package in db2?
What is rebind in db2?