ClickHouse/dbms/tests/queries/0_stateless/00015_totals_having_constants.sql
2014-03-24 06:50:25 +04:00

2 lines
128 B
SQL

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