> db.foo.find({_id:1}).skip(1)
{ "_id" : 1 }
- is duplicated by
- 
                    SERVER-13079 skip behavior in 2.6.0-rc1 can cause query to not return results -         
- Closed
 
-         
- 
                    SERVER-5661 skip/limit has no effect when query with _id -         
- Closed
 
-