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 the physical storage length of date data type?
What are foreign keys in db2?
How do you select a row using indexes in db2?
How do I start db2 in windows?
How do you eliminate duplicate values in db2?
What is runstats and reorg in db2?
What is the role of union all and union
How can deadlocks be resolved?
How would you find out the total number of rows in a db2 table?
What is bind plan?
What db2 400?
What are db2 objects?
What is the picture clause of null indicator variable?
How to execute stored procedure in db2 command editor?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?