Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> case ansi 92

case ansi 92

From: <rrenzo_at_my-deja.com>
Date: Wed, 19 Jan 2000 15:10:32 GMT
Message-ID: <864k4p$6v3$1@nnrp1.deja.com>


It is not possible to use this ANSI 92 clause

SELECT
CASE
  WHEN t.c='xx' THEN t.a ELSE t.b
END
FROM t

Oracle does conform to ANSI 92 rules, don't they? How can I rewrite this query in a working version?

Greetings,
Renzo.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Jan 19 2000 - 09:10:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US