在hive中建表時出錯(NoViableAltException([email protected][]))

hive> create table sqoop_test(     > 3  id int,     > 4  name string,     > 5   age int     > 6 )     > 7 ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' ; NoViableAltException([email protected][])    
相關文章
相關標籤/搜索