how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / santhu
i think each row we can identify using ROWID . using ROWID
we can delete the row like fallowing
delete from <table_name> where rowid=3
correct me if i am wrong........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is deadlock in db2?
What action db2 takes when a program aborts in the middle of a transaction?
can we view the access paths created by dbrm ? how ? thx
How is the value function used?
What does sqlcabc has?
Discuss about db2 bind?
How do I connect my db2 database to ibm?
How can we read records for specific member in CL? AND rpg?
How to take backup of table in db2?
What is a system catalog table in db2?
How do you eliminate duplicate values in db2?
What is the difference between bind and rebind in db2?
What is a db2 schema?
Can there be more than one cursor open for any program?
What is null indicator in cobol db2?