Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> NVL statement?
Will this statement:
NVL(bill_no, 0) != 0
equals to this statement:
bill_no <> 0 AND bill_no IS NOT NULL
--
Best regards,
Received on Fri Dec 11 1998 - 13:18:18 CST
![]() |
![]() |