首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

mongoDB怎么query is Null

2013-08-01 
mongoDB如何query is Null试了半天,原来通过db.taobaoItem.find({coupon_price:{$ne:null}}?MongoDB Ope

mongoDB如何query is Null

试了半天,原来通过

db.taobaoItem.find({"coupon_price":{$ne:null}}

?

MongoDB Operators

?

Query SelectorsNameDescription$naturalA special sort order that orders documents using the order of documents on disk.

热点排行