Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi:
LOAD A,
B,
C,
D,
E,
F,
G
FROM
C:\Users\QVCONS\Desktop\DATA.txt
(txt, codepage is 1252, embedded labels, delimiter is ',', msq)
WHERE NOT EXISTS(*);
But it is not working.
My intentions is to write all the columns. Is there any shortcut ?
Can you post asample
Have you tried a
LOAD DISTINCT ...
without the WHERE clause?