其他分享
首页 > 其他分享> > odeon-tel-call-记录

odeon-tel-call-记录

作者:互联网

文章目录

1. pymongo中的$wherethis

例如,mongodb的数据库的文档中, 每行数据都有current_num(会变)和total_num(不变)
要查询出current_num小于total_num的记录

mongoclient[db][tb].find({"$where": "this.current_num < this.total_num"})

mongo中文文档-$where

标签:文档,tel,pymongo,current,num,odeon,call,total,where
来源: https://blog.csdn.net/qq_44810930/article/details/120439532