I have a result set that contains about 800 records, how can I split them into eight parts, which contain 100 records for each column?
Note: for the result set, there is ONLY one column which is that one contains 800 rows, so it seems impossible to get each 100 by using 'select...where ID between 1 and 100'; 'select...where ID between 101 and 200' etc.
Any idea guys? Appreciate it in advance