Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. db.pnr_dashboard.aggregate(
  2. [
  3. {
  4. "$group" : {
  5. "_id" : { "siteId" : "$siteId" , "employeeId" : "$employeeId"} ,
  6. "count" : { "$sum":1}},
  7.  
  8.  
  9. }
  10. ]
  11. );
Add Comment
Please, Sign In to add comment