ClickHouse/tests/queries/0_stateless/00015_totals_having_constants.sql

2 lines
144 B
MySQL
Raw Normal View History

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