经测试效果明显 ,示例代码如下:

 
  1. select *  
  2. from table where id >= ( select id from table limit 800000 , 1 ) 
  3. limit 10