where和having的区别

 

  作用域 常见用法 使用聚合函数的注意事项 其他注意事项
where 查询结果返回前对原始数据先进行过滤 select * from table where xxx 不能使用聚合函数

where后面必须是真实的列名,不能是别名

having 对sql查询的返回结果进行二次筛选 select * from table where xxx group by xx having YYY YYY一般就是聚合函数 可以使用别名
 
上一篇:Spring Boot 2.5 新特性 之 优雅停机


下一篇:微信小程序来了,整理微信小程序学习教程网站