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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
