天天看點

建立簡單的表測試

create table fz

(id int,name string,age int,tel string)

ROW FORMAT DELIMITED

FIELDS TERMINATED BY ‘,’

STORED AS TEXTFILE;

繼續閱讀