Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1-incubating
    • None
    • None

    Description

      currently, GROUP_CONCAT() in Trafodion cannot recognize order by clause, need to support it.

      for example:
      SELECT student_name,
      GROUP_CONCAT(DISTINCT test_score
      ORDER BY test_score asc SEPARATOR ' ')
      FROM student
      GROUP BY student_name;

      Attachments

        Issue Links

          Activity

            People

              ovis_poly liu ming
              ovis_poly liu ming
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: