我有一个关于Sqlite的简单问题。这两者的区别是什么:
Select * from Animals LIMIT 100 OFFSET 50
和
Select * from Animals LIMIT 100,50
https://stackoverflow.com/questions/3325515
相似问题