在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][])    
相关文章
相关标签/搜索