Possible Duplicate:
Mysql Offset Infinite rows
I am trying to get all results for a query BUT NOT the first one, I have the following but its giving me an error, please help; thanks.
SELECT DISTINCT `memberID` FROM `discusComments`
WHERE `topicID` = 4 ORDER BY `id` DESC OFFSET 1
where x is a number enough great to contain all your records.
or use, instead of x, 18446744073709551615, that is maximum value of bigint unsigned.