查询表中学生年级大于20,如下:. db.getCollection('student').find({'age':{'$gt':'20'}}). $lt < (less than ). $lte <= (less than or equal to ).
確定! 回上一頁