Added test [#METR-21691].

This commit is contained in:
Alexey Milovidov 2016-06-26 16:21:58 +03:00
parent b408afa74f
commit 85bbc44a61
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
999

View File

@ -0,0 +1 @@
SELECT anyHeavy(x) FROM (SELECT intHash64(number) % 100 < 60 ? 999 : number AS x FROM system.numbers LIMIT 100000);