Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
Impala 2.8.0
-
None
Description
Currently Impala does not support ORDER BY for GROUP_CONCAT(), nor DISTINCT, but seems ordered lists would be most useful of those two if forced to choose just one.
GROUP_CONCAT([DISTINCT] expr [,expr ...] [ORDER BY {unsigned_integer | col_name | expr} [ASC | DESC] [,col_name ...]] [SEPARATOR str_val])
Attachments
Issue Links
- is duplicated by
-
IMPALA-5083 add ORDER BY clause to GROUP_CONCAT()
- Resolved