Syntax documentationcreate_system_trigger_statement Locate this document in the navigation structure

Syntax Syntax

  1. <create_system_trigger_statement> ::=
      CREATE SYSTEM TRIGGER [<schema_name>.]<trigger_name> AFTER RESTART EXECUTE
    (<routine>)
End of the code.