标签: sql mongodb
我计划在单个字段上查询具有两个约束的集合,在sql中可以描述为
select * from COLLECTION where columnA = 12 or columnA is null
我可以在mongodb中找到具有相同效果的正确描述,你有同样的问题吗?