mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
dbms: added old forgotten test [#METR-2944].
This commit is contained in:
parent
99ba283688
commit
df316f8586
@ -0,0 +1,10 @@
|
||||
0 1
|
||||
1 1
|
||||
2 1
|
||||
3 1
|
||||
4 1
|
||||
5 1
|
||||
6 1
|
||||
7 1
|
||||
8 1
|
||||
9 1
|
@ -0,0 +1 @@
|
||||
SELECT number, count() FROM (SELECT number FROM system.numbers LIMIT 200000) GROUP BY number ORDER BY count(), number LIMIT 10
|
Loading…
Reference in New Issue
Block a user