n aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated colu code example
Example: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));