修改字段类型
alter table 表名 change column 原字段名 现字段名 字段类型
hive修改表注释:
alter table table_name set tblproperties('comment' = '表的新注释');
修改字段类型
alter table 表名 change column 原字段名 现字段名 字段类型
hive修改表注释:
alter table table_name set tblproperties('comment' = '表的新注释');