how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / anjireddy vintha
delete from tablename where rownum=3
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a db2 table?
How to find schema of a table in db2?
What is the difference between cursor and select statement?
Define data page.
What are concurrency issues?
How to check sequence on a table in db2?
How to rename a table in DB2 ?
What is the use of commit in db2?
Why db2 is called db2?
Explain the benefits you can get from mainframe connect?
What is the latest version of ibm db2?
What is cursor with hold option in db2?
How is the value function used?
Can we insert update delete in view?
Which command is used to remove all rows from a table?