概述
建表语句:
create table A (
table_code string,
data_dt string,
update_dt string)
clustered by (table_code) into 1 buckets
row format delimited fields terminated by '
建表语句:
create table A (
table_code string,
data_dt string,
update_dt string)
clustered by (table_code) into 1 buckets
row format delimited fields terminated by '