I have a column number 1,2,3,4,.............................................600. I am using here
SELECT 1,2,3,4,5 FROM tbl;
here i get only the column no with data consisting of 1, 2, 3, 4,5 ....
My question is how I get from 1 to 16.
After i need the data from 18 to 59
and continue
i want to group...
please tell me what syntax will i use?