📜  mongodb 存在且不为空 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:35.281000             🧑  作者: Mango

代码示例1
db.collection1.find({ 'fieldname1' : { $exists: true, $ne: null } });