Subject Re: [firebird-support] Trigger position question
Author Ann W. Harrison
At 05:24 AM 12/7/2004, Daniel Jimenez wrote:

>Hi,
>
>When I define a trigger, if I omit the position statement and other triggers
>for the same table exist, will the trigger with no position statement be the
>last or the first.

If you care, why not specify a position? If you don't care, why
ask? The answer is that no position = 0, so it would be first unless
there was another unpositioned trigger or trigger with a position
of zero, in which case it would be either first or second.

>Do the positions start at zero or one?

Zero.

Regards,


Ann