MongoDB常用的比较符号和一些功能符号

比较符号

results = collection.find({'age': {'$gt': 20}})

MongoDB常用的比较符号和一些功能符号_第1张图片
功能符号

results = collection.find({'name': {'$regex': '^M.*'}})

MongoDB常用的比较符号和一些功能符号_第2张图片

你可能感兴趣的:(数据库,mongodb,数据库)