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

Home -> Community -> Mailing Lists -> Oracle-L -> OT: Re: NULL value

OT: Re: NULL value

From: Joseph S. Testa <teci_at_oracle-dba.com>
Date: Tue, 10 Oct 2000 16:06:01 -0400
Message-Id: <10645.118909@fatcity.com>


I remember doing C pgming for about 5 years when i started using oracle and argued about how in "real" world NULL is a legal value 0x00 why can't oracle be smart enough to handle that(back in late version 5 days) ;)

joe

"Gogala, Mladen" wrote:

> It's stored in the column because NULL != NULL. The only operators that
> can be applied to the NULL value are IS and IS NOT. Nothing else.
>
> -----Original Message-----
> Sent: Tuesday, October 10, 2000 7:26 AM
> To: Multiple recipients of list ORACLE-L
>
> Hi,
> I have a logical question, any one who can make it clear.
> create table a (x number(2) unique);
> insert into a values (null);
> 1 row created.
> insert into a values (null);
> 1 row created.
> Q:- I have a table 'A' have one field 'X' with unique constraint, so a
> unique index will be created for it. I inserted null into this field two
> times (or more then it).
>
> If null is a value, Why these null stored into table which have unique
> constraint?
> If null is not a VALUE then what it is?
> Is there some special character for NULL?
> If null is not a value why we have operators for null?
>
> Regards
>
> Muhammad Awais
> System Developer
> Paktel Ltd. Pakistan
> Mob. 0303 7757077
> (92-51) 111-222-111-282
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: awaisb_at_paktel.com
>
> 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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Gogala, Mladen
> INET: MGogala_at_oxhp.com
>
> 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 Tue Oct 10 2000 - 15:06:01 CDT

Original text of this message

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