Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DECODE and NVL
"maomao" <mm_at_mailinator.com> wrote in message
news:135ov26mb4pav8f_at_corp.supernews.com...
> 10gR2
>
> I'm kind of self-doubting now, I'd like to run this by you gurus;
>
> I see this in pl/sql : (written by God-knows-who)
>
> DECODE(some-number-column, NULL, 0,some-number-column)
>
> Is this in fact SAME as NVL(some-number-column, 0) ???
>
> thanks
>
>
Looks the same to me.
-- Terry DykstraReceived on Tue May 29 2007 - 14:27:33 CDT
![]() |
![]() |