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

Home -> Community -> Usenet -> c.d.o.misc -> DECODE question

DECODE question

From: Cynic <ksd9_at_yahoo.com>
Date: Mon, 8 Jul 2002 13:43:43 -0400
Message-ID: <uijjmmnp2c4810@corp.supernews.com>


Does anyone know of a good location where I can find documentation on DECODE? I'm attempting to translate Access queries into Oracle views and need to find a replacement for Access' "IIf" statement. I'm hoping DECODE will be it, but I'm trying to find out how to replace the following: Select IIF(ord_amt > 1000, "Large", "Small") Received on Mon Jul 08 2002 - 12:43:43 CDT

Original text of this message

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