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

2 lines
76 B
MySQL
Raw Normal View History

2014-03-23 20:40:55 +00:00
SELECT dummy, count() / 0.1 GROUP BY dummy WITH TOTALS HAVING count() > 0.1