db.getCollection('表名字').find({
"字段1": { "$exists": true },
"字段2": {
"$exists": true,
"$type": "string",
"$not": /不包含的内容/
}
})
angdh ©著作权
文章标签 字段 表名 文章分类 JavaScript 前端开发
db.getCollection('表名字').find({
"字段1": { "$exists": true },
"字段2": {
"$exists": true,
"$type": "string",
"$not": /不包含的内容/
}
})
上一篇:c++ mutable
下一篇:nginx ubuntu 安装
select结构 select 需要查询的字段 from 表名1 表别名1 join 表名2 别名2
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M