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 -> Re: selecting a NULL value?????

Re: selecting a NULL value?????

From: Nenad Noveljic <noveljic_at_usa.net>
Date: Wed, 26 Aug 1998 14:11:38 +0100
Message-ID: <6s0u4t$lof@as041.tel.hr>


Replace char_field = null with char_field is null

Regards,

    Nenad Noveljic
    noveljic_at_usa.net

larryk wrote in message <35e1efca.44641140_at_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 Wed Aug 26 1998 - 08:11:38 CDT

Original text of this message

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