Hi,
I have one big table that I want to split into few data files. The output files won't have the same amount of rows.
For instance, I have a table with 11 records, and I want: 1st file with 4 rows, 2nd file with the next 5 rows and last file with the rest of rows.
Could someone advise how this can be achieved?
