Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAVING clause is not supported without GROUP BY #186

Open
cdmh opened this issue Aug 23, 2021 · 0 comments
Open

HAVING clause is not supported without GROUP BY #186

cdmh opened this issue Aug 23, 2021 · 0 comments

Comments

@cdmh
Copy link
Contributor

cdmh commented Aug 23, 2021

The parser reports a syntax error on a HAVING clause if there is no GROUP BY clause.
Here's a valid example statement where the GROUP BY is implicit

SELECT COUNT(c_custkey) FROM customer HAVING COUNT(c_custkey) > 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant