BiteTheDDDDt commented on issue #11318: URL: https://github.com/apache/doris/issues/11318#issuecomment-1198851284
Why the to result have diffrent header? ```sql | abs(`k3`) | group_concat(CAST(abs(`k2`) AS CHARACTER), ORDER BY abs(`k2`), `k1`) | ``` ```sql | abs(`k3`) | group_concat(CAST(abs(`k2`) AS CHARACTER), ORDER BY abs(`k2`)) | ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org