Subject | Re: CASE operator supported in Firebird SQL - NEVER MIND! |
---|---|
Author | dancooperstock |
Post date | 2005-09-30T22:57:52Z |
OK, never mind, I just read in the docs that both versions of the CASE
operator were added in version 1.5.0. That's great.
However, that still does imply that the doc on migration from MS SQL
needs updating.
--- In firebird-support@yahoogroups.com, "dancooperstock" <dcoops@s...>
wrote:
operator were added in version 1.5.0. That's great.
However, that still does imply that the doc on migration from MS SQL
needs updating.
--- In firebird-support@yahoogroups.com, "dancooperstock" <dcoops@s...>
wrote:
> I'm reading the doc on converting from MS SQL and it says that the[ snip ]
> CASE operator (e.g. case columnname when 1 then "foo" else "bar" end)
> isn't supported