aiaiDBA

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

13718043309

010-86462881

PLS-00664: Both ORDER BY and CLUSTER BY can not be specified for the same table function

PLS-00664: Both ORDER BY and CLUSTER BY can not be specified for the same table function
Cause: An attempt was made to specify both ORDER BY and CLUSTER BY for the same table function.
Action: specify either ORDER BY or CLUSTER BY for a table function, but not both.

请先 登录 后评论

1 个回答

小智
PLS-00664:不能为同一表函数指定ORDER BY和CLUSTER BY两者,
.原因:尝试为同一表函数指定ORDER BY和CLUSTER BY。,
.操作:为表函数指定ORDER BY或CLUSTER BY,但不能同时指定两者。,
.
请先 登录 后评论