Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DECODE question
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
![]() |
![]() |