0
我想要從MongoDB的。我嘗試了以下方法重複的記錄,DISTINCT查詢是帆JS
Model.find()
.distinct('username')
.where({ age: 21 })
.exec(function(err, user) { });
但IAM得到如下錯誤。
TypeError: Object [object Object] has no method 'distinct'.
請幫忙。