blob: cccc8ad54e300f7a9ffddc85c862b64b864363da [file] [log] [blame]
drop table tstsrc;
create table tstsrc like src;
insert overwrite table tstsrc
select key, value from src;
alter table tstsrc change key value string;