sqlfmt
Code
Branches
Tags
Commits
main
sqlfmt
/
tests
/
fixtures
/
with_group_by_having
/
input.sql
1
SELECT
department
,
COUNT
(
*
)
FROM
employees
GROUP
BY
department
HAVING
COUNT
(
*
)
>
5