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 support for COUNT and GROUP BY #6

Open
mgenware opened this issue Jan 1, 2019 · 1 comment
Open

Add support for COUNT and GROUP BY #6

mgenware opened this issue Jan 1, 2019 · 1 comment

Comments

@mgenware
Copy link
Owner

mgenware commented Jan 1, 2019

No description provided.

@mgenware mgenware changed the title Add support to COUNT Add support for COUNT Jan 1, 2019
@mgenware
Copy link
Owner Author

mgenware commented Jan 1, 2019

Take note on this query

SELECT COUNT(CustomerID), Country
FROM Customers
GROUP BY Country
ORDER BY COUNT(CustomerID) DESC;

@mgenware mgenware changed the title Add support for COUNT Add support for COUNT and GROUP BY Jan 1, 2019
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

1 participant