Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: NULL value

RE: NULL value

From: <renato.huliganga_at_au1.ibm.com>
Date: Wed, 11 Oct 2000 21:19:15 +1100
Message-Id: <10646.118942@fatcity.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US