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
有什么解决办法??
1条答案
按热度按时间toiithl61#
用括号“(”代替方括号“[”。。