How can you split a table in to exactly half?
Answer Posted / reddy kanupuru
Hi,
Here i am giving the procedure , how to make the table into
half..... using program... I dont know whether any direct
SQL command is there or not. This is just for ur idea what
i know.
1) Find the total number of rows in a table using count(*)
2) Declare two variable in working storage section.
eg: 02 A pic 9(4) .
02 B pic 9(2).
store the count no into one variable .assume u stored that
in A.
then divide that by 2. so u will get half of the rows in a
table. strore that value in B.
3) Take another variable name C .
eg: 02 c pic 9(4) value 0.
perform para1 until B =C
para1:
Retrive the row from the table.
move to corresponding host variables ( use table to store
muliple rows ).
insert into table(u can insert multiple rows at a time ...)
do the same for storing the other half into the another
table.
means here 1 st half rows were stored in one temp
table .... the other in the one table.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to find primary key of a table in db2?
Is schema the same as database?
What is query_cache_limit?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is a dbrm in db2?
Explain the contents that are a part of dclgen.
How does cobol compile db2 program?
What is syscat in db2?
What is cloudant database?
Can you use max on a char column?
What is the difference between spufi and qmf?
What is dbrm? When it will be created?
What is the result of open cursor statement?
How to run db2 command in windows?
Highlight all the advantages that are attached to a package.