Update single_fixed_string_groupby.xml

This commit is contained in:
alexey-milovidov 2020-09-20 19:42:11 +03:00 committed by GitHub
parent 8ca4d6634e
commit a4337635cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
INSERT INTO perf_lc_fixed_str_groupby SELECT ('number key ' || toString(number % 400)) AS a, ('number key ' || toString(number % 20)) AS b FROM numbers(30000000)
</fill_query>
<query>SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY a</query>
<query>SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY b</query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY a</query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY b</query>
<drop_query>DROP TABLE IF EXISTS perf_lc_fixed_str_groupby</drop_query>
</test>