Alter trigger

Usage
ALTER TRIGGER ON name INSTEAD OF INSERT|UPDATE|DELETE (AS FOR EACH ROW block) | (ENABLED|DISABLED)
Syntax rules
  • The target name must be an updatable view.

  • Triggers are not true schema objects. They are scoped only to their view and have no name.

  • Update procedures must already exist for the given trigger event. For more information, see Triggers.

results matching ""

    No results matching ""