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

Support for GROUP BY/HAVING #10210

Open
tiafouroohi opened this issue Apr 19, 2024 · 0 comments
Open

Support for GROUP BY/HAVING #10210

tiafouroohi opened this issue Apr 19, 2024 · 0 comments
Labels
k/enhancement New feature or improve an existing feature

Comments

@tiafouroohi
Copy link

Component

GraphQL Engine

Is your proposal related to a problem?

Currently running into a situation with row group using ag-grid where a solution is needed for getting the counts of an unknown set of columns.

SELECT state, category, count(*)

WHERE state = 'COMPLETED'

GROUP BY state, category;

The view method won't work because the list of columns in the group by is dynamic based on what columns the user decides to group.

Describe the solution you'd like

Add GROUP BY/HAVING

@tiafouroohi tiafouroohi added the k/enhancement New feature or improve an existing feature label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant