How can you split a table in to exactly half?
Answer Posted / nirmal khatri
Hi
We can do it by SQL also, below is SQL which is working on
iSeries(AS/400)
insert into nk11581/temp1 (select * from nk11581/temp1
where rrn(temp1) in(
SELECT distinct dec((rrn(temp1)/2)) FROM nk11581/temp1
))
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the physical storage length of time data type?
What is reorg?
How do you pull up a query which was previously saved in qmf?
What is rebind in db2?
Explain what are the various isolation levels possible?
What is dbrm?
What does runstats do in db2?
Is it possible using max on a char column?
Is db2 a mainframe database?
Can we insert update delete in view?
What is page size in db2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is table space in db2?
How to execute stored procedures?
What is schema in db2?