Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support SQL like: SELECT id, COUNT(*) FROM table GROUP BY 1,2 #1015

Closed
tristaZero opened this issue Jul 16, 2018 · 2 comments
Closed

Support SQL like: SELECT id, COUNT(*) FROM table GROUP BY 1,2 #1015

tristaZero opened this issue Jul 16, 2018 · 2 comments
Assignees

Comments

@tristaZero
Copy link
Contributor

Support the statement:
select order_id,status,count() from t_order group by 1,2;
select order_id,count(
) from t_order group by 1;

@tristaZero
Copy link
Contributor Author

all done.

@terrymanu terrymanu changed the title Support the statemet of group by 1,2 Support SQL like: SELECT id, COUNT(*) FROM table GROUP BY 1,2 Aug 8, 2018
@terrymanu
Copy link
Member

fixed at 3.0.0.M2

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants