## 方式一 create + load create [external] table table_name( col1_name col1_type, ... coln_name coln_type ) row format delimited fields terminated by '\t'; //load加载数据