您的位置:首页 > 大数据 > 人工智能

ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregate

2018-07-12 09:52 639 查看

解决办法:

SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

原文地址:https://blog.csdn.net/zq33312757/article/details/53118459

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐