Subject Re: [firebird-support] How to remove source code of triggers
Author Tom Miller
Add

WHERE RDB$SYSTEM_FLAG <> 1

Wei Yu wrote:
> Try to execute this UPDATE RDB$TRIGGERS SET RDB$TRIGGER_SOURCE = NULL; but failed:
>
> Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
> action cancelled by trigger (0) to preserve data integrity.
> cannot modify or erase a system trigger.
>
>
>