dbms: added test to prev. revision [#METRIKASUPP-5388].

This commit is contained in:
Alexey Milovidov 2015-06-30 22:06:52 +03:00
parent cd734e6f06
commit 1618ea3dd7
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT count(), sum(1), uniq(123) FROM (SELECT * FROM system.numbers LIMIT 10);