create table t_shop_dm.t_tmp_txt
row format delimited fields terminated by ‘\t’ lines terminated by ‘\n’
stored as textfile as select * from t_shop_dm.t_tmp;
create table t_shop_dm.t_tmp_txt
row format delimited fields terminated by ‘\t’ lines terminated by ‘\n’
stored as textfile as select * from t_shop_dm.t_tmp;