sqlfmt
Code
Branches
Tags
Commits
main
sqlfmt
/
tests
/
fixtures
/
new_test_example
/
input.sql
1
SELECT
COUNT
(
*
)
as
total
,
AVG
(
age
)
as
avg_age
FROM
users
GROUP
BY
department
HAVING
COUNT
(
*
)
>
5