mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update 01925_merge_prewhere_table.sql
This commit is contained in:
parent
b3c1f70fc0
commit
a2c23c91a1
@ -4,7 +4,7 @@ DROP TABLE IF EXISTS x;
|
||||
|
||||
create table x_1 engine=Log as select * from numbers(10);
|
||||
create table x_2 engine=Log as select * from numbers(10);
|
||||
create table x engine=Merge(default, '^x_(1|2)$') as x_1;
|
||||
create table x engine=Merge(currentDatabase(), '^x_(1|2)$') as x_1;
|
||||
|
||||
select _table, count() from x group by _table order by _table;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user