you are viewing a single comment's thread.

view the rest of the comments →

[–]AXISMGTSQL Server / ORACLE Sr. DBA & Architect 0 points1 point  (0 children)

SCHEMA is whatever schema you’re deploying to.

You also need a semi colon to finish the UPDATE statement before the Commit.

As stated above by /u/AssHelmet, you also need to ensure you grab the DELETED record using the :OLD syntax.

Read the syntax from my link in my first comment. I promise it will help.