Question : How do I execute a Subquery once in a Query like this http://sqlfiddle.com/#!9/8b149d/1/0 select id, ( select group_concat(user) […]

Question : Could you please help me to optimize this query – currently it takes ~4 minutes to run this […]