Mysql数据库常见报错解决方案

写评论

Mysql数据库常见报错解决方案

卷心菜 卷心菜
摘要 > ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'work_ad

ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'work_ad.api_community_pic.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

mysql5.7默认没有ONLY_FULL_GROUP_BY

剩余内容需要登录才能阅读

登录 后才能评论~