Is there a way to only limit the lower range in my

2019-06-27 18:59发布

问题:

I want to get all the rows but the first in my query. How can I do this?

回答1:

You can use a very large number of rows with an offset of 1.

LIMIT 1,18446744073709551615


标签: mysql limit