使用窗口时配置单元查询出错

9gm1akwq  于 2021-06-26  发布在  Hive
关注(0)|答案(0)|浏览(246)

这样做的时候

select 
  first_value(id) over(partition by id rows between 1 precending and 1 following) 
  from college;

查询错误为
失败:parseexception行1:43无法识别窗口框架边界中“precenting”和“1”附近的输入

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题