true是个常量
类似于select 1
【 在 saynothing 的大作中提到: 】
: 标 题: having的这种用法有没有出处?
: 发信站: 水木社区 (Fri Nov 25 13:38:22 2022), 站内
:
: create table t(id int,name varchar(20),class int,score int);
:
: select true score from t having max(score) > 80; /* ok */
: select score from t having max(score) > 80; /* bad, score should appear in Group BY */
:
: pg下测试ok。 这个true用法,是什么语法呀。
: --
: ※ 修改:·saynothing 于 Nov 25 13:38:53 2022 修改本文·[FROM: 115.195.253.*]
: ※ 来源:·水木社区
http://www.mysmth.net·[FROM: 115.195.253.*]
--
修改:saynothing FROM 115.195.253.*
FROM 124.126.150.*