会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Forward1990
博客园
首页
新随笔
联系
订阅
管理
随笔 - 156
文章 - 19
评论 - 2
阅读 -
25万
07 2017 档案
SELECT list is not in GROUP BY clause and contains nonaggregated column this is incompatible with sql_mode=only_full_group_by
摘要:使用 select @@sql_mode; 命令可以看到,数据库设置了 ONLY_FULL_GROUP_BY 的mode,意思就是: 对于GROUP BY聚合操作,如果在SELECT中的列,没有在GROUP BY中出现,那么这个SQL是不合法的,因为列不在GROUP BY从句中 所以对于设置了这个m
阅读全文
posted @
2017-07-17 11:02
Forward1990
阅读(642)
评论(0)
推荐(0)
编辑
公告
昵称:
Forward1990
园龄:
10年2个月
粉丝:
1
关注:
1
+加关注
<
2025年2月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
sublime3
(1)
积分与排名
积分 - 136401
排名 - 10475
随笔分类
(160)
homestead(1)
html+css(9)
laravel(1)
linux(41)
magento(21)
mysql(32)
PHP(47)
python3.6(1)
vue(2)
windows(5)
随笔档案
(156)
2018年9月(2)
2018年8月(1)
2018年7月(1)
2018年6月(2)
2018年4月(2)
2018年3月(1)
2017年10月(1)
2017年9月(2)
2017年8月(2)
2017年7月(1)
2017年6月(1)
2017年5月(1)
2017年4月(1)
2017年3月(1)
2017年2月(3)
2016年12月(1)
2016年6月(2)
2016年5月(1)
2016年4月(1)
2016年1月(2)
2015年12月(2)
2015年10月(5)
2015年9月(16)
2015年8月(23)
2015年7月(23)
2015年6月(7)
2015年5月(10)
2015年4月(7)
2015年3月(3)
2015年2月(2)
2015年1月(11)
2014年12月(12)
2014年11月(6)
更多
文章分类
(6)
javascript(3)
mysql(3)
文章档案
(19)
2017年7月(1)
2016年5月(1)
2015年10月(1)
2015年9月(1)
2015年8月(2)
2015年7月(3)
2015年6月(1)
2015年5月(2)
2015年1月(2)
2014年12月(2)
2014年11月(3)
阅读排行榜
1. curl 中 CURLOPT_RETURNTRANSFER选项的解释(31572)
2. Nginx 'rewrite or internal redirection cycle while internally redirecting' resulting in 500(25959)
3. 记事本中TAB键替换为空格键的方法(21153)
4. UTC时间与北京时间的关系(13778)
5. curl获取返回值的问题(12492)
评论排行榜
1. git add后撤销(1)
2. mysql DATE_FORMAT截取时分秒(1)
推荐排行榜
1. win7启动redis报错Creating Server TCP listening socket *:6379: bind: Unknown error(1)
2. Mysql数字类型转换函数(1)
最新评论
1. Re:git add后撤销
git reset HEAD filename 多写一个-
--give/me/a/code
2. Re:mysql DATE_FORMAT截取时分秒
6666
--规格严格-功夫到家
点击右上角即可分享