报错信息

FAILED: ParseException line 2:0 Failed to recognize predicate ‘date’. Failed rule: ‘identifier’ in column specification

代码

create table if not exists test_window1( date string,userid string,score int )
row format delimited fields terminated by ‘,’;

解决办法

不要用date关键字,把它换成其他的,就好了

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐