摘要:
1)更改表名 alter table 原表名 rename to 心表名; 示例:alter table bst_agg_new_car_hailing_order_model_d rename to bst_agg_car_hailing_order_model_d; 2)更改location a 阅读全文
posted @ 2020-09-07 11:41
楔子
阅读(444)
评论(0)
推荐(0)
摘要:
1)添加分区 alter table bst_bas_hailing_order add if not exists partition(dt_year='${v_dt_year}'); 2)删除分区 alter table bst_bas_hailing_order drop if exists 阅读全文
posted @ 2020-09-07 11:39
楔子
阅读(1102)
评论(0)
推荐(0)