ORA-18106: XUTY0007 – Invalid target expression for DELETE

文档解释

ORA-18106: XUTY0007 – Invalid target expression for DELETE

Cause: The target expression of a DELETE expression did not return a sequence of zero or more nodes.

Action: None

ORA-18106:XUTY0007 – 无效的 DELETE 目标表达式

官方解释

常见案例

DELETE FUNCTION(*) FROM T;

一般处理方法及步骤

DELETE FROM T;

你可能感兴趣的