文档解释 ORA-32483: duplicate name found in sort specification list for SEARCH clause of WITH clause Cause: A SEARCH clause
ORA-32483: duplicate name found in sort specification list for SEARCH clause of WITH clause
Cause: A SEARCH clause was specified for a recursive query with a sort specification list which contained duplicate names.
Action: Remove the duplicate names from the sort specification list of the SEARCH clause.
ORA-32483:WITH语句的SEARCH子句中排序规范列表中发现重复的名称
ORA-32483代表逻辑错误:WITH语句内SEARCH子句中排序规范列表中发现重复的名称。
示例1 – 尝试在WITH语句中使用循环:
SELECT NAME, ID
FROM EMPLOYEES
SEARCH WITH EMP_REF
ORDER BY EMP_REF EMP_REF;
1、检查WITH子句用于排序的规范,例如查询中的EMP_REF。
2、确保WITH规范中的列名不会重复。
3、修改多列排序,这样不会存在重复的列名。
--结束END--
本文标题: ORA-32483: duplicate name found in sort specification list for SEARCH clause of WITH clause ORACLE 报
本文链接: https://lsjlt.com/news/530590.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0