Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: NULL value
Not entirely true! - there is DECODE which can be applied to null values. In a DECODE expression, two null values are considered to be equivalent.
ie. DECODE ( expr, search1, result1, .. searchN, resultN, default)
If expr is NULL, returns the result of the first search that is also NULL.
Cheers! Received on Wed Oct 11 2000 - 05:19:15 CDT
![]() |
![]() |