Incorrect GROUP_CONCAT Results
Scenario
When the GROUP_CONCAT() function was used in an SQL statement, the result did not meet the expectation.
Possible Causes
The GROUP_CONCAT() function returned a string result consisting of concatenated values in the group. However, the group_concat_max_len parameter limited the result length of this function.
For example:
Solution
Change the value of group_concat_max_len to adapt to the result length of the GROUP_CONCAT() function.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot