MySQL group_concat_max_len in a query

后端 未结 5 1373
春和景丽
春和景丽 2021-02-05 16:27

I\'m searching a way to insert this

SET GLOBAL group_concat_max_len=15000

in an existing SQL query such as the following:

SELECT *         


        
5条回答
  •  梦谈多话
    2021-02-05 16:48

    You can execute them one after the other and I think that it will have the desired effect or separate the with a ; sign .

提交回复
热议问题