[
https://issues.apache.org/jira/browse/TRAFODION-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liu ming resolved TRAFODION-2163.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.1-incubating
> support MYSQL style function GROUP_CONCAT
> -----------------------------------------
>
> Key: TRAFODION-2163
> URL: https://issues.apache.org/jira/browse/TRAFODION-2163
> Project: Apache Trafodion
> Issue Type: Sub-task
> Reporter: liu ming
> Assignee: liu ming
> Fix For: 2.1-incubating
>
>
> One popular MySQL function is GROUP_CONCAT :
> SELECT student_name,
> GROUP_CONCAT(DISTINCT test_score
> ORDER BY test_score asc SEPARATOR ' ')
> FROM student
> GROUP BY student_name;
> Support this syntax.
> This helps migration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)