blob: 46488146bf46028417ea544b56af3176d0a2a2a6 [file] [log] [blame]
--! qt:dataset:src
drop table tstsrc;
create table tstsrc like src;
insert overwrite table tstsrc
select key, value from src;
alter table tstsrc change src_not_exist key_value string;