답변: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다. 대답: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다.
답변: Mongose - \uid가 있는 개체 그룹 대신 \uid 목록 가져오기
2015년 6월 6일
35
Group.find({program: {$in: [...]}})
.distinct('_id')
db.collection.distinct(field, query)
Finds the distinct values for a specified field across a single collection and returns the results in an array.
Read more .
Open Full Answer
Reference
이 문제에 관하여(답변: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다. 대답: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/rnagarajan96/answer-mongoose-get-list-of-ids-instead-of-array-of-objects-with-id-2iac
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Group.find({program: {$in: [...]}})
.distinct('_id')
db.collection.distinct(field, query)
Finds the distinct values for a specified field across a single collection and returns the results in an array.
Reference
이 문제에 관하여(답변: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다. 대답: Mongose -\uid 목록을 가져오는 것이지\uid가 있는 대상 그룹을 가져오는 것이 아닙니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/rnagarajan96/answer-mongoose-get-list-of-ids-instead-of-array-of-objects-with-id-2iac텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)