ClickHouse/tests/queries/0_stateless/00023_agg_select_agg_subquery.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
70 B
MySQL
Raw Normal View History

2014-03-27 19:47:51 +00:00
SELECT count() FROM (SELECT sum(materialize(1)), sum(materialize(2)))