Is it possible to get mysql query to continue after group_concat_max_len exceeded?
Or, can group_concat function be somehow set to limit size? (Note: I am already using Distinct)
Thanks!
Another Note: This is not a duplicate of all the other questions about how to change the group_concat_max_len to the needed max. I want the max len to apply and truncate the result, while still allowing the query to complete.
Ah hah! See: Continue SQL query even on errors in MySQL workbench