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
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
Comment whether the cursor is closed during commit or not.
What is the maximum length of sqlca?
What is coalesce in db2?
Explain what are the various isolation levels possible?
What are host variables in db2?
Can you tell me how can you find out the # of rows updated after an update statement?
How do I add a column in db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
Which component is responsible for processing sql statements and selecting access paths?
What is innodb buffer pool?
What's The Error Code For Unique Index Voilation?
What is the difference between bind and rebind in db2?
How to rename a table in DB2 ?
Is schema the same as database?