ClickHouse/tests/queries/0_stateless/00038_totals_limit.sql

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

3 lines
84 B
MySQL
Raw Normal View History

2022-06-19 22:45:22 +00:00
SET enable_positional_arguments = 0;
SELECT count() GROUP BY 1 WITH TOTALS LIMIT 1;