Subject | Re: IIF Function |
---|---|
Author | rj1102 |
Post date | 2005-02-05T22:41:09Z |
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
Simply yes or no, please..
It's not so simple:)
If you mean a build-in if-else function:
Firebird 2.0 will have such a function.
In the meantime use CASE WHEN <condition> THEN <value1> ELSE <value2>
END
Robert
<aharrison@i...> wrote:
> Tope Akinniyi wrote:not refer me to any book. I don't have the means to buy that now.
> > Hi,
> >
> > Do we have IIF function or its equivalent in Firebird? Please do
Simply yes or no, please..
It's not so simple:)
If you mean a build-in if-else function:
Firebird 2.0 will have such a function.
In the meantime use CASE WHEN <condition> THEN <value1> ELSE <value2>
END
Robert