We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#20650
select c1, c2, avg(x) from T group by roll up (c1, c2);
The query plan should be Scan T -> Order by C1, C2 -> Rollup Agg
select
No response
The text was updated successfully, but these errors were encountered:
iamlinjunhong
No branches or pull requests
Parent Issue
#20650
Detail of Subtask
select c1, c2, avg(x) from T group by roll up (c1, c2);
The query plan should be Scan T -> Order by C1, C2 -> Rollup Agg
select
Describe implementation you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: