在hive执行这个语句的时候报如下错误:
Error: Error while compiling statement: FAILED: ParseException line 1:20 cannot recognize input near 'as' 'date' ',' in selection target
原因:
date可能是hive的一个保留字,不能用做别名。在遇到类似问题时,报as附近有错误,那就检查下你起的别名是不是一个hive保留字,不能用作别名。
在hive执行这个语句的时候报如下错误:
Error: Error while compiling statement: FAILED: ParseException line 1:20 cannot recognize input near 'as' 'date' ',' in selection target
原因:
date可能是hive的一个保留字,不能用做别名。在遇到类似问题时,报as附近有错误,那就检查下你起的别名是不是一个hive保留字,不能用作别名。