Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-801

Multiple distinct should be supported.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0, 0.8.1
    • None
    • None

    Description

      Currently the following query is not supported.

      default> select id, count(distinct age), count(distinct name) from table2 group by id;
      ERROR: different DISTINCT columns are not supported yet: age, name
      

      Attachments

        1. TAJO-801.patch
          96 kB
          Hyoungjun Kim

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: