update test

This commit is contained in:
flynn 2023-11-25 15:46:07 +00:00
parent 9f174b1c5e
commit c236701614
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;