One way to do it could be to to use limit combined with offset in SQL: SELECT * FROM my_table LIMIT 50 OFFSET 100;. which in Mongo would look like this:.
確定! 回上一頁