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

Extended projection step after aggregation #19

Open
fuersten opened this issue May 13, 2021 · 0 comments
Open

Extended projection step after aggregation #19

fuersten opened this issue May 13, 2021 · 0 comments

Comments

@fuersten
Copy link
Owner

Currently, it is not possible to calculate, group, or order with aggregation results.

This is currently not possible

SELECT count(*) as "count",max(birth_date) as "max birthdate",min(hire_date) as "min hire"  FROM employees group by last_name order by "max birthdate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant