会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
业精于勤
博客园
首页
新随笔
联系
订阅
管理
2018年11月22日
Mysql聚合函数count(1) sum(1)结果返回0和NULL
摘要: 1.count(1) 返回为0 如果所查询的表或者where条件筛选后得到的结果集为空,则 count(1)返回为 0 如: select count(id) from test; select count(id) from test where id
阅读全文
posted @ 2018-11-22 20:43 guardWei
阅读(8537)
评论(0)
推荐(1)
编辑
公告