I\'m using the following query and it\'s returning the expected results.. except for the fact that the concatenated results appear to be cut off.
Example:
The GROUP_CONCAT() function has a default limit of 1024 characters.
SET SESSION group_concat_max_len = 1000000;
This command will raise the group concat limit if needed.