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

Home -> Community -> Usenet -> c.d.o.server -> Re: Empty String equivalent to Nulls

Re: Empty String equivalent to Nulls

From: Patrick <hamoup_at_renaps.com>
Date: 24 Oct 2001 09:31:01 -0700
Message-ID: <c2e09406.0110240831.4133ad27@posting.google.com>


Hi David,

in Oracle 9i, empty strings '' are still equivalent to null, here is the test ive done in Oracle 9i :

SQL> select 1
  2 from dual
  3 where '' is null;

         1


         1

SQL> select 1
  2 from dual
  3 where null is null;

         1


         1

I assume you are the dba for lastminute.com, could you please remove my email address from the mailing list, I tried 3 times and it didn't worked... !
here is the email address : patrick_hamou_at_hotmail.com

thanks in advance !!

Patrick Hamou
Principal Consultant
Renaps Technology Canada inc.
www.renaps.com

dklugmann_at_lastminute.com (David Klugmann) wrote in message news:<45ac59b2.0110240211.742f2118_at_posting.google.com>...
> Hi
>
> Does anyone know if in version 9i it is still the case that the empty
> string is considered a null, or has this now been corrected ?
>
> Thanks
Received on Wed Oct 24 2001 - 11:31:01 CDT

Original text of this message

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