我对Sqlite有一个简单的问题.这有什么区别:
Select * from Animals LIMIT 100 OFFSET 50
和
Select * from Animals LIMIT 100,50
sqlite limit
limit ×1
sqlite ×1