This isn't PL/SQL, it's just SQL. You don't need the subquery in your SET clause. Instead you can just rewrite it like this: UPDATE SUPPORT SET ...
確定! 回上一頁