ORA-22817: subquery not allowed in the default clause

文档解释

ORA-22817: subquery not allowed in the default clause

Cause: An attempt was made to use a subquery in the column default clause expression.

Action: Remove the subquery from the default clause.

你可能感兴趣的