MySQL and GROUP_CONCAT() maximum length

前端 未结 7 982
难免孤独
难免孤独 2020-11-22 15:24

I\'m using GROUP_CONCAT() in a MySQL query to convert multiple rows into a single string. However, the maximum length of the result of this function is 10

7条回答
提交回复
热议问题