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

Connect with database to receive stats. #7

Open
2 tasks
blinchk opened this issue Dec 19, 2020 · 1 comment
Open
2 tasks

Connect with database to receive stats. #7

blinchk opened this issue Dec 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@blinchk
Copy link
Contributor

blinchk commented Dec 19, 2020

Connect with MySQL database to receive number of users from every group.

  • Add request for get number of users by group and whole.
  • Add routing of request users number.
@blinchk blinchk added the enhancement New feature or request label Dec 19, 2020
@blinchk blinchk added this to the v1.02 milestone Dec 19, 2020
@blinchk
Copy link
Contributor Author

blinchk commented Dec 19, 2020

SELECT UPPER(thkruhm) AS usersGroup, COUNT(vkid) AS usersNumber FROM users GROUP BY
usersGroup ORDER BY usersNumber DESC;

@blinchk blinchk self-assigned this Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant