Subject Re: [firebird-support] How to remove source code of triggers
Author Anderson Farias
Hi,

Actually I think it must be:

WHERE RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG=0


since there's system triggers with flag>1 and also, user triggers can have
flag = null

Regards,
Anderson

----- Original Message -----
From: "Tom Miller" <madprogextrodinr@...>
To: <firebird-support@yahoogroups.com>
Sent: Thursday, August 09, 2007 1:02 PM
Subject: Re: [firebird-support] How to remove source code of triggers


> Add
>
> WHERE RDB$SYSTEM_FLAG <> 1
>