mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
update test
This commit is contained in:
parent
9f174b1c5e
commit
c236701614
@ -20,5 +20,5 @@ Expression ((Projection + Before ORDER BY))
|
||||
Skip
|
||||
Name: i_y
|
||||
Description: minmax GRANULARITY 1
|
||||
Parts: 2/2
|
||||
Granules: 2/2
|
||||
Parts: 1/2
|
||||
Granules: 1/2
|
||||
|
@ -26,6 +26,6 @@ insert into test1 select * from numbers(10);
|
||||
insert into test1 select * from numbers(11, 20);
|
||||
|
||||
explain indexes = 1 select * from test where y > 10;
|
||||
explain indexes = 1 select * from test1 where y2 > 10;
|
||||
explain indexes = 1 select * from test1 where y2 > 15;
|
||||
|
||||
drop database 02911_support_alias_column_in_indices;
|
||||
|
Loading…
Reference in New Issue
Block a user