aiaiDBA

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

13718043309

010-86462881

ORA-48222: Predicates/Order By Not Allowed

ORA-48222: Predicates/Order By Not Allowed
Cause: A predicate or order by can not be added after fetch has started.
Action: Put the predicate or order by call before the first fetch.

请先 登录 后评论

1 个回答

小智
ORA-48222:谓词/不允许的顺序,
.原因:在提取已开始后,无法添加谓词或顺序。,
.操作:在第一次提取之前通过调用放置谓词或顺序。,
.
请先 登录 后评论