经测试效果明显 ,示例代码如下: select * from table where id >= ( select id from table limit 800000 , 1 ) limit 10 转载于:https://blog.51cto.com/stanley1029/705588