编译语句时出错:失败:parseexception行2:0无法识别表名中“tblemployees”[“empid”附近的输入

tktrz96b  于 2021-05-29  发布在  Hadoop
关注(0)|答案(1)|浏览(645)
create table tblemployees
[ empid int,
empname string,
location string,
salary double1
row formate delimited fields terminated by "."]

上面的代码有一个错误

Error while compiling statement: FAILED: ParseException line 2:0 cannot recognize input near 'tblemployees' '[' 'empid' in table name

有什么解决办法??

toiithl6

toiithl61#

用括号“(”代替方括号“[”。。

相关问题