Subject Re: Conditional query?
Author lysander_fb
--- In firebird-support@yahoogroups.com, "Steve Harp" <steve@h...> wrote:

try a 'selectable' stored procedure, using some conditional logic in
it (CASE or IF/THEN).
This will do what you want.

ciao,
André

> Select iif(SomeField = 'T', ' It Is True', ' It Is False') from table;
>
> Thanks for any help,
> Steve