mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Merge branch 'lighter-test-window-functions' into miscellaneous
This commit is contained in:
commit
40045c3894
@ -15,7 +15,7 @@ order by (brand_id, toStartOfHour(dt)) SETTINGS index_granularity = 8192, index_
|
||||
insert into stack
|
||||
select number%99991, number%11, number%1111, toDateTime('2020-01-01 00:00:00')+number/100,
|
||||
toDateTime('2020-02-01 00:00:00')+number/10, intDiv(number,100)+1
|
||||
from numbers_mt(10000000);
|
||||
from numbers_mt(1000000);
|
||||
|
||||
select '---- arrays ----';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user