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
这将是什么解决方案?
答案 0 :(得分:0)
使用括号“(”而不是方括号“[”..