I have the following SQL (I have removed some of the selesct fi:
SELECT node_revisions.title AS \'Task\', node_revisions.bod
GROUP_CONCAT() is, by default, limited to 1024 bytes.
To work around this limitation and allow up to 100 KBytes of data, add group_concat_max_len=102400 in my.cnf or query the server using SET GLOBAL group_concat_max_len=102400.
group_concat_max_len=102400
SET GLOBAL group_concat_max_len=102400