You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/17 07:05:16 UTC

[GitHub] [incubator-doris] yanchao891012 opened a new issue #4114: support SQL syntax group_concat( distinct field )

yanchao891012 opened a new issue #4114:
URL: https://github.com/apache/incubator-doris/issues/4114


   select group_concat( distinct stage) , group_concat( distinct location ) from dwd_applications where id<10 group by id;
   ERROR 1064 (HY000): errCode = 2, detailMessage = group_concat does not support DISTINCT
   
   ![group_concat](https://user-images.githubusercontent.com/16846702/87757556-6ddd4780-c83d-11ea-95f1-f0459a9db97b.png)
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org