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

Include aggregate alias in list for ORDER BY #100

Closed
gingerwizard opened this issue Feb 25, 2022 · 1 comment
Closed

Include aggregate alias in list for ORDER BY #100

gingerwizard opened this issue Feb 25, 2022 · 1 comment
Labels
datasource/ClickHouse effort/none enhancement New feature or request hacktoberfest issues for hacktoberfest 2023
Milestone

Comments

@gingerwizard
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

When using the aggregate query builder it would be nice if we listed the alias field in the ORDER BY. Consider the following example,

image

The count() is listed but we should probably just list the alias stars.

This is a minor @scottlepp

@scottlepp scottlepp added this to the v1.x milestone Feb 25, 2022
@scottlepp scottlepp added the enhancement New feature or request label Feb 25, 2022
@bossinc bossinc self-assigned this Jun 2, 2022
@bossinc bossinc moved this from Incoming to Backlog in Partner Datasources Jan 27, 2023
@bossinc bossinc removed their assignment May 3, 2023
@asimpson asimpson added the hacktoberfest issues for hacktoberfest 2023 label Oct 4, 2023
@SpencerTorres
Copy link
Collaborator

This has been added in v4

Instead of just the alias, it shows the full aggregate function + alias. I found that for large tables the alias is hard to find among regular columns, which is why I included the function too

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ClickHouse effort/none enhancement New feature or request hacktoberfest issues for hacktoberfest 2023
Projects
Archived in project
Development

No branches or pull requests

7 participants