Subject RE: [firebird-support] Re: constant un trigger/procedure
Author Alan McDonald
>
> a little heavy to do all the time a select :( and also if you misspell
> the field name the result will be wrong
>
> the purpose of the constant can be also that you can not delete it when
> it's is use in some trigger ...
>

A select from a one record table is as fast as any other method. If you're
asking for it regularly, it stays in cache anyway.
Alan