Executed Query -> select *,group_concat(concat_ws(', ', value_1)) as chekedvalues from tbl_elements_list_values where element_id = '10' and form_id = '1' and status = 'y' and id in (15,36,37,38)
ERROR:"SQLSTATE[42000]: Syntax error or access violation: 1140 In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'freeclas_freeclassifieds.tbl_elements_list_values.id'; this is incompatible with sql_mode=only_full_group_by: 344"