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 *
You can execute them one after the other and I think that it will have the desired effect or separate the with a ; sign .