sqlserver有下列语句://查找名字性别唯一的学生selectdistinctname,sexfromstudent//转换成MongoDB的话,我怎么把这种组合列去重,MongoDB好像只支持单个field的去重db.student.distinct("name");//只支持一个fielddb.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
//查找名字性别唯一的学生selectdistinctname,sexfromstudent//转换成MongoDB的话,我怎么把这种组合列去重,MongoDB好像只支持单个field的去重db.student.distinct("name");//只支持一个fielddb.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
selectdistinctname,sexfromstudent//转换成MongoDB的话,我怎么把这种组合列去重,MongoDB好像只支持单个field的去重db.student.distinct("name");//只支持一个fielddb.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
//转换成MongoDB的话,我怎么把这种组合列去重,MongoDB好像只支持单个field的去重db.student.distinct("name");//只支持一个fielddb.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
db.student.distinct("name");//只支持一个fielddb.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
db.student.distinct("name","sex");//错误的,不支持多个field的组合去重有没有大神解决过类似问题,求指导.................
有没有大神解决过类似问题,求指导.................
翻阅古今
相关分类