Subject | RE: [firebird-support] constant un trigger/procedure |
---|---|
Author | Alan McDonald |
Post date | 2010-03-11T12:47:58Z |
>you've got a database. Put the variable you want in a field and use a select
> hello,
>
> i don't like to see in trigger some code like
> if xxx = 3 then ...
> is it possible to declare global constant like
>
> Declare MyconstanteName INTEGER = 3;
>
> thanks by advance
> stephane
>
statement anytime you want it.
Alan