D
Size: a a a
D
DT
DT
DT
D
D
DT
D
DT
OM
ВГ
DT
DT
D
drop table if exists test;
create table test (pk1 Int32, val UInt64 ) ENGINE = MergeTree() order by (pk1);
alter table test add column valnew UInt32 alias toUInt32(val);
select *,valnew from test;
DT
drop table if exists test;
create table test (pk1 Int32, val UInt64 ) ENGINE = MergeTree() order by (pk1);
alter table test add column valnew UInt32 alias toUInt32(val);
select *,valnew from test;
D
ВГ
OM
DT