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

Home -> Community -> Usenet -> c.d.o.tools -> Re: '' IS NULL?

Re: '' IS NULL?

From: Brian Tkatch <SPAMBLOCK.Maxwell_Smart_at_ThePentagon.com.SPAMBLOCK>
Date: Mon, 11 Dec 2000 03:46:58 GMT
Message-ID: <3a344e06.1739472250@news.alt.net>

On Mon, 11 Dec 2000 02:32:59 GMT, Bert Byfield <rpitts_at_rochester.rr.com> wrote:

>>>Because a space is considered a character. So if you create a space in a
>>>field, it is no longer considered NULL.
 

>>Then there is no such thing as a zero-length string? In other words, a
>>"known" value of nothing, rather than an "unknown" value.
>
>The options are:
>' ' a space
>'' a zero-length string
>(nothing) NULL
>

->SELECT * FROM Dual WHERE '' IS NULL;

D
-
X

It would seem that they are the same thing.

Brian. Received on Sun Dec 10 2000 - 21:46:58 CST

Original text of this message

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