sql_mode:ONLY_FULL_GROUP_BY报错问题Expression #2 of SELECT list is not in GROUP BY clause and contain...
一、问题
mysql查询时出现错误
Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xx.column' which is not functionally dependent on columns in GROUP BY clause; this is incomp