mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
trigger CI
This commit is contained in:
parent
418766e92b
commit
767a525031
@ -12,6 +12,7 @@ select * from mt;
|
||||
select table, partition_id, name, rows from system.parts where database=currentDatabase() and table in ('mt', 'rmt') and active=1 order by table, name;
|
||||
|
||||
alter table rmt update s = 's'||toString(n) where 1;
|
||||
|
||||
select * from rmt;
|
||||
alter table rmt replace partition '0' from mt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user