时间:2021-07-01 10:21:17 帮助过:3人阅读
2、having
语句:
select 栏位名1,栏位名2 from 表格名 group by 栏位1 having 函数条件
作用:
where 关键字无法与函数一起使用,所以就有了having 子句
举例说明:
回答上面那个问题2。。
select store_name,sum(sales) from Store_Information GROUP BY store_name HAVING SUM(sales)>1500
结果为:
having 后面 加了条件 sum(sales) > 1500
9、mysql分组查询-----group by 和 having
标签:span 现在 group mys http 依据 等于 tor color