explain select sum(money) as allMoney,flag from person having max(flag)=-1
java.sql.SQLException: Having reference col: flag, fullN: max(flag) as alias:max(flag) vis: true index: -1 type: 8 not found in SELECT clause
Please modify the fortieth line about arithmetic expression support on HavingParser.java
explain select sum(money) as allMoney,flag from person having max(flag)=-1
java.sql.SQLException: Having reference col: flag, fullN: max(flag) as alias:max(flag) vis: true index: -1 type: 8 not found in SELECT clause
Please modify the fortieth line about arithmetic expression support on HavingParser.java