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

[BUG] HAVING does not work properly #32

Closed
1 task done
lyndonbauto opened this issue Nov 17, 2021 · 0 comments · Fixed by #45
Closed
1 task done

[BUG] HAVING does not work properly #32

lyndonbauto opened this issue Nov 17, 2021 · 0 comments · Fixed by #45
Assignees
Labels
bug Something isn't working

Comments

@lyndonbauto
Copy link
Contributor

Describe the bug

HAVING does not work properly

Steps to Reproduce

Attempt to run a query that uses HAVING.

Expected behavior

SELECT COUNT(column) FROM table GROUP BY column HAVING COUNT(column) > value should work.

Environment

Any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant