Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-880

add use case 'distinct' to agg sql chart

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      db.final.aggregate(
      { $group: { _id:

      { a: "$a", b: "$b" }

      } },
      { $group: {_id: null, count:

      { $sum: 1 }

      } } )

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 8 weeks ago