Answer Posted / magesh
delete from (select row_number() over() as COLUMN1 from
TABLE_OWNER.TABLE_NAME )
where COLUMN1=20000000;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define check constraint.
What is cursor stability in db2?
How to check sequence on a table in db2?
What is lock escalation in db2?
What is the connection string to connect to the DB2 Database ?
What is database alias db2?
How to create db2 table in mainframe?
What is the max length of sqlca?
What is the difference between plan and package in db2?
What is db2 look?
How would you find out the total number of rows in a db2 table?
What do you mean by storage group (stogroup)?
What does a deadlock mean in DB2?
What are packages in db2?
Can we update view in db2?