No title

Haritha

 GROUP BY & SELECT PARTICULAR FIELDS - MONGO


db.getCollection("fake_gps_user_records").aggregate([

{$group:{_id:"$userId",userName:{$first:"$userName"}}},

])