美文网首页
Mongdodb查询一个字段有几种值

Mongdodb查询一个字段有几种值

作者: ZZIXU | 来源:发表于2016-11-29 15:10 被阅读199次

    如题可以参考官方文档:
    https://docs.mongodb.com/manual/reference/command/distinct/
    在shell里进行操作
    db.collection.distinct(filed)
    python + grids
    fs.find().distinct(filed)

    相关文章

      网友评论

          本文标题:Mongdodb查询一个字段有几种值

          本文链接:https://www.haomeiwen.com/subject/unnapttx.html