Invalid SQL: SELECT `id_dict`, `q`, `date_created`
FROM `gw_stat_search`
WHERE `found` > 0
GROUP BY `q`
ORDER BY `date_created` DESC
LIMIT 0, 10
(151 characters)
MySQL Error
1055 (Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sr_kichwa_gw.gw_stat_search.id_dict' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by)