could not execute query select c.code,c.name,c.streamer,c.file,c.logo,c.is_iframe iframe,c.recommended,c.description des,cc.cate_name type,cn.country_name country,'tv' category,count(o.id) total_option,GROUP_CONCAT(o.option_url ORDER BY o.ordering ASC SEPARATOR ',') option_url,GROUP_CONCAT(o.option_name ORDER BY o.ordering ASC SEPARATOR ',') option_name from aa_channel c left join aa_channel_category cc on cc.id=c.category_id left join aa_countries cn on cn.id = c.country_id left join aa_channel_options o on o.channel_id=c.id and o.active=1 where c.active=1 group by c.id order by COALESCE(c.last_updated_date,c.created_date) desc