ClickHouse/dbms/tests/queries/0_stateless/00015_totals_having_constants.sql
2014-05-14 18:34:33 +04:00

2 lines
144 B
SQL

SELECT number, count() / 0.1 FROM (SELECT number FROM system.numbers LIMIT 10) GROUP BY number WITH TOTALS HAVING count() > 0.1 ORDER BY number