Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE OR ALTER TRIGGER |
Available in: DSQL
Added in: 1.5
Description: If the trigger does not yet exist, it is created just as if CREATE TRIGGER were used. If it already exists, it is altered and recompiled. Existing permissions and dependencies are preserved.
Syntax: Exactly the same as for CREATE TRIGGER.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → CREATE OR ALTER TRIGGER |