Hi James,

Thanks for your response. Please feel free to ask for any details(if
required) for this use case.


Use case: Support for group concat

*ex(SQL query):-*

*SELECT student_name,**GROUP_CONCAT(DISTINCT test_score**ORDER BY
test_score DESC SEPARATOR ' ')**FROM student**GROUP BY student_name;*


*Is it possible to achieve this in phoenix?  *



***This is supported in Hive. They have something called as collect_set()*


*Regards,*


*Nitin*

Reply via email to