Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem loading data. I have 2 million records with some rows totally blank, my file weighs 3GB but at the time of the extraction it is only loading 500,000 records and I do not know how to tell it to take the 2 million records.
Thanks for the attention.
LOAD *, RowNo() as RowNumber from Source;
LOAD *, RowNo() as RowNumber from Source;