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

Add column alias support #273

Closed
iaddict opened this issue Feb 26, 2014 · 1 comment
Closed

Add column alias support #273

iaddict opened this issue Feb 26, 2014 · 1 comment

Comments

@iaddict
Copy link

iaddict commented Feb 26, 2014

It would be nice if one could give aggregated columns alias names.

The select clause thus should allow the following syntax:

select max(temp) as max_temp, min(temp) as min_temp from sensor_data group by time(1h);
select max(temp) max_temp, min(temp) min_temp from sensor_data group by time(1h);
@pauldix
Copy link
Member

pauldix commented Feb 26, 2014

This is a duplicate of #69, should be in 0.6.0 release.

@pauldix pauldix closed this as completed Feb 26, 2014
mgattozzi pushed a commit that referenced this issue Feb 10, 2025
fix: load replica catalog in a loop for initial startup
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