Subject | Re: [firebird-support] SELECT Syntax |
---|---|
Author | Helen Borrie |
Post date | 2003-10-20T12:50:40Z |
At 11:51 AM 20/10/2003 +0000, you wrote:
heLen
>Hi,What version of Firebird are you using?
>
>Is it possible to translate the following SQL to work with Firebird ?
>
>SELECT ID, CASE WHEN ID2 IS NULL THEN 1 WHEN ID3 IS NULL THEN 2 END
>AS IDN FROM TABLE
>
>Firebird doesn't understand the case when.
heLen