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

Группировка с подсчетом #37

Open
RomanRogut opened this issue Feb 6, 2019 · 1 comment
Open

Группировка с подсчетом #37

RomanRogut opened this issue Feb 6, 2019 · 1 comment

Comments

@RomanRogut
Copy link

Не поддерживается группировка с подсчетом нужных полей

пример на mysql

SELECT id, COUNT(column) AS cnt
FROM table
GROUP BY column

@Slauta
Copy link

Slauta commented Feb 9, 2024

@RomanRogut ИспользуйтеSELECT FACET("column") FROM table

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