Advertisement
davidemarceddu

Mostrare le 10 top Compagnie aeree che operano la rotta dell

Mar 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. db.parsed_data.aggregate(
  2. {
  3. $match : {$and: [{"Origin.Code": "AHO" }, {"Destination.Code" : "TRN" }]}
  4. },
  5. {$unwind: "$Segments"},
  6. {
  7. $group : {_id : "$Segments.Carrier" }//_id : "$Origin.Code"
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement