【发布时间】:2016-08-05 05:23:44
【问题描述】:
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
解决办法是什么?
【问题讨论】:
-
如果您在 Hive 中创建表,请删除“[”