Increase the string limit for group concat

suggest change

group_concat is used to concatenate non-null values in a group. The maximum length of the resulting string can be set using the group_concat_max_len option:

SET [GLOBAL | SESSION] group_concat_max_len = val;

Setting the GLOBAL variable will ensure a permanent change, whereas setting the SESSION variable will set the value for the current session.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents