offset

    • 集合 foo.bar 中原始记录。
    1. > db.exec("select * from foo.bar offset 3")
    2. { "_id": { "$oid": "5829aa9efa75cf4024000017" }, "a": 3, "b": 3 }
    3. Takes 0.4503s.