meta data for this page
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