get range of values in mongodb
snippet in c
get range of values in mongodb
user3380
db.student.find({ u1 : { $gt : 30, $lt : 60}});