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

Home -> Community -> Usenet -> c.d.o.misc -> selecting a NULL value?????

selecting a NULL value?????

From: larryk <lkolinek_at_concentric.net>
Date: 24 Aug 1998 14:00:29 PDT
Message-ID: <35e1efca.44641140@news.concentric.net>


Hello...

Here is a select statement:

SELECT *
FROM this_table
WHERE (char_field = ''
OR char_field = null )

this_table.char_field contains nothing. Why does this SQL statement not work?

thanks in advance
larry Received on Mon Aug 24 1998 - 16:00:29 CDT

Original text of this message

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