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

Any plans to support SQL HAVING clause? #97

Open
mrayva opened this issue Jul 25, 2018 · 1 comment
Open

Any plans to support SQL HAVING clause? #97

mrayva opened this issue Jul 25, 2018 · 1 comment

Comments

@mrayva
Copy link

mrayva commented Jul 25, 2018

GROUPING SETS?

@christophkoch
Copy link
Contributor

You can do such queries now, using a further nesting level and using WHERE instead of HAVING, i.e.

Q HAVING cond

becomes

SELECT ...
FROM Q
WHERE cond

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

2 participants