mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
dbms: added test [#METR-15371].
This commit is contained in:
parent
ad71fa8155
commit
afeba8479c
@ -0,0 +1,9 @@
|
||||
\0
|
||||
\0\0
|
||||
\0\0\0
|
||||
\0\0\0\0
|
||||
\0\0\0\0\0
|
||||
\0\0\0\0\0\0
|
||||
\0\0\0\0\0\0\0
|
||||
\0\0\0\0\0\0\0\0
|
||||
\0\0\0\0\0\0\0\0\0
|
@ -0,0 +1,9 @@
|
||||
SELECT materialize(toFixedString('', 1)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 2)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 3)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 4)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 5)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 6)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 7)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 8)) AS x FROM system.one GROUP BY x;
|
||||
SELECT materialize(toFixedString('', 9)) AS x FROM system.one GROUP BY x;
|
Loading…
Reference in New Issue
Block a user