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 as select 指定分隔符
本文介绍了一个使用 SQL 语句创建临时文本表的过程。该表基于现有的 t_shop_dm.t_tmp 表进行构建,并采用特定的数据格式存储。具体操作包括定义表结构、指定字段分隔符及行终止符等。
8408

被折叠的 条评论
为什么被折叠?



