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: William Rogge <William_Rogge_at_voltek.com>
Date: Wed, 15 Nov 2000 09:07:03 -0500
Message-Id: <10681.122105@fatcity.com>


Oracle will store a null value in the column, but the cleanest method is to use the NULL keyword instead of the 2 apostrophes. That way, when the code is read, there is no confusion as to what is being stored.

-----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
rdw the netherlands

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: GKor_at_rdw.nl

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Nov 15 2000 - 08:07:03 CST

Original text of this message

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