35offset.mql 199 B

123456789101112131415161718
  1. select * from /test/测试缓存库 limit 0,5
  2. /**
  3. output()
  4. **/
  5. ;
  6. select * from /test/测试缓存库 limit 5,5
  7. /**
  8. output()
  9. **/
  10. ;
  11. select * from /test/测试缓存库 limit 10,5
  12. /**
  13. output()
  14. **/
  15. ;