I came across a poorly designed MySql table by previous developer where I need to group_concat very long strings. Due to my company’s contract I’m not allowed to alter the design (nor change the query). I’m looking for a way to increase the length of the output. I came across a query with which a length can be set but valid for a single session.
Edit 1: Suggestion provided by Madhur Bhaiya is not persistent, it only holds true for a given session.