mongo查询指定字段,其中查询条件为空
1.mongo查询指定字段,其中查询条件为空db.test.find({},{projectId:1, envId:1 ,subjectNo:1})2.如何实现两表的内连接查询** 暂未找到合适的方法 **本人解决方案:在sql中的方式类似:select b.subject_id, b.environmentId from db.test a inner join subject_form_statistic1 b where a.projectId=b.study_id and a.envI
原创
2021-07-02 17:13:38 ·
867 阅读 ·
0 评论