14 Dec
2009
14 Dec
'09
1:35 p.m.
Hi Raghav, On 11-12-2009 22:40:00 -0800, Raghav Kumar Gautam wrote:
I am a new user and I am trying to bulk load a very largefile. The following is intended for testing only:
$ 7z e -so data.7z | head -n 100 | query "copy 100 RECORDS into data_table FROM STDIN USING DELIMITERS tuple_seperator '\r\n' record_seperator '\t';"
can you show us the contents of the query script?