???? create table M (A String, B Int64) Engine=MergeTree order by B; insert into M values ('s', 1) ('xxx',2); alter table M update A = toString([A]) where 1; подождать 8 минут, пока дропнутся неактивные (или detach table M; / attach table M;) alter table M modify column A Array(String);
Обсуждают сегодня