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

Complex expressions in group-by clause should be supported

    XMLWordPrintableJSON

Details

    Description

      Complex expressions in group-by clause should be supported.

      FROM
         table1
      GROUP BY 
        col1,
        CASE upper(col2) 
            WHEN 'ABC' THEN 
                col2 
            ELSE 'XXX') 
        END,  
        col3, 
        trim(appindex), ...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: