2019獨角獸企業重金招聘Python工程師標準>>>
字段修改 alter table TA drop partition (day<'2018-12-10');
ALTER TABLE TB ADD COLUMNS (userStatus String) CASCADE;
ALTER TABLE TC change appversion appCommonVersion String CASCADE;
ALTER TABLE TD DROP COLUMNS data_challengeid CASCADE;