If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi
i want to use the unload command to unload data of two or more items,but the data must go to one file.How can i do this.
sample that i use:
unload to b.txt select * from table where item='pea';
unload to b.txt select * from table where item='corn';
i need both outputs in the b.txt file.
But what happens is that the second one overwrites the first one.
Thank you for the response, but i have a limitation when i use this option,i can't use it to unload more than 6,000 records. i need a method that can unload about 100,000 records.