mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01710_projection_fetch.sql
This commit is contained in:
parent
098b9d04d2
commit
a954e01897
@ -28,6 +28,7 @@ select count() from system.projection_parts where table = 'tp_2' and name = 'pp'
|
|||||||
show create table tp_2;
|
show create table tp_2;
|
||||||
|
|
||||||
alter table tp_1 clear projection pp;
|
alter table tp_1 clear projection pp;
|
||||||
|
system sync replica tp_2;
|
||||||
select * from system.projection_parts where table = 'tp_2' and name = 'pp' and active;
|
select * from system.projection_parts where table = 'tp_2' and name = 'pp' and active;
|
||||||
show create table tp_2;
|
show create table tp_2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user