aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-13141: invalid RANGE window definition

ORA-13141: invalid RANGE window definition
Cause: The RANGE window specified is not correctly defined.
Action: A RANGE window is defined by specifying the lower and upper boundary of each dimension as a pair of values (e.g.: lower_bound1,upper_bound1,lower_bound2,upper_bound2,...). There should be an even number of values.

请先 登录 后评论

1 个回答

小智
ORA-13141:无效的RANGE窗口定义,
.原因:指定的RANGE窗口未正确定义。,
.操作:通过将每个维的下限和上限指定为一对值来定义RANGE窗口(例如:lower_bound1,upper_bound1,lower_bound2,upper_bound2,...)。应该有偶数个值。,
.
请先 登录 后评论