Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Aggregation Function in the right operand is not supported. #204

Closed
penghuo opened this issue Oct 2, 2019 · 1 comment
Closed

Aggregation Function in the right operand is not supported. #204

penghuo opened this issue Oct 2, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@penghuo
Copy link
Contributor

penghuo commented Oct 2, 2019

Expected to support the agg var in both operand of the operator.

SELECT age, COUNT(*) as c, AVG(age) as a
FROM bank
GROUP BY age
HAVING c > a
@penghuo penghuo added the enhancement New feature or request label Oct 2, 2019
@penghuo
Copy link
Contributor Author

penghuo commented Apr 14, 2020

closed by #352

@penghuo penghuo closed this as completed Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant