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 values

RE: null values

From: Adams, Matthew (GEA, 088130) <MATT.ADAMS_at_APPL.GE.COM>
Date: Wed, 15 Nov 2000 09:29:37 -0500
Message-Id: <10681.122109@fatcity.com>


Do not use null to represent a value of zero, because they are not equivalent.
(Oracle currently treats a character value with a length of zero as null. However,
this may not continue to be true in future releases, and Oracle recommends that
you do not treat empty strings the same as NULLs.)

> -----Original Message-----
> From: GKor_at_rdw.nl [SMTP:GKor_at_rdw.nl]
> Sent: Wednesday, November 15, 2000 8:05 AM
> To: Multiple recipients of list ORACLE-L
> Subject: null values
>
> hi all
>
> when i insert a value '' in a varchar2 field with nulls allowed
> this value is stored as a NULL value, is this correct ?
> the developers are not aware of this behavior and they think
> oracle will
> store a SPACE.
>
>
>
> tia
> g.g. kor
Received on Wed Nov 15 2000 - 08:29:37 CST

Original text of this message

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