会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
林远
博客园
首页
新随笔
联系
订阅
管理
2019年10月9日
where中不能使用聚合函数
摘要: select sex,count(*) from table where count(*)>5 报错 sql语句的执行过程是: from-->where-->group by -->having --> select >order by; 聚合函数针对结果集,where并不是在结果集后运行。 hav
阅读全文
posted @ 2019-10-09 23:35 林远
阅读(1757)
评论(0)
推荐(0)
公告