koflover 发表于 2017-12-15 12:36:01

mongodb 常用的命令

1 gt ---- >  2 $lt ---- <
  3 $gte ---- >=
  4 $lte ---- <=
  5 $ne ---- != 、<>
  6 $in ---- in
  7 $nin ---- not in
  8 $all ---- all
  9 $or ---- or
  10 $not ---- 反匹配
页: [1]
查看完整版本: mongodb 常用的命令