--可怕的sqlxian先上
SELECT * FROM tbl LIMIT 95, 18446744073709551615;
-- http://stackoverflow.com/questions/255517/mysql-offset-infinite-rows
-- From the MySQL Manual on LIMIT:
-- To retrieve all rows from a certain offset up to the end of the result set,
-- you can use some large number for the second parameter.
-- This statement retrieves all rows from the 96th row to the last:
-- Controller不接受就换
-- eg: 2147483647 = 2^31-1 maximum value an {@code int} can have