Subject | Re: [ib-support] CASE operations |
---|---|
Author | Helen Borrie |
Post date | 2002-01-26T00:17:19Z |
At 03:29 PM 25-01-02 +0000, you wrote:
CASE statements? Love 'em. It's on the Firebird drawing board, no clues about Borland's plans for IB.
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________
>Hi, I'm moving ( or trying to move) to IB / FB.You will need to use IF...THEN...[else] blocks.
>
>The next SELECT is SQL Standard, but doesn't work in IB
>
>CASE
> WHEN s.status > 25 THEN 'Fine'
> ....
> ELSE 'xxx'
> END
>
>How can I write this operation in IB ?
>Are there another SQL Standard operators / expressions not supportedHeaps. It's easier to look at what is there and work out what is missing. Sql standards tell you how to implement an SQL construct, if it is implemented. PSQL itself isn't subject to standards, it's vendor-specific.
>in IB ?
CASE statements? Love 'em. It's on the Firebird drawing board, no clues about Borland's plans for IB.
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________