Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle8i and nullif
Hi @ll,
is there anything like the nullif-function in oracle8i ? It can be a more complex construction, the only need is, that it can be used in the fieldlist.
select
number,nvl2(nullif(to_char(birthday,'YYYY'),to_char(welcomedat,'YYYY')),'Yes','No')
from customer
This works fine in 9i (not regarding the senseless columns) but I can't find anything similar in 8i...
Any ideas?
Greets Ralph Received on Wed Oct 05 2005 - 09:30:31 CDT
![]() |
![]() |