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: No value

Re: No value

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Wed, 08 Dec 1999 04:28:48 GMT
Message-ID: <384DDE9E.3FE2E944@rationalconcepts.com>


try select * from table where type is null;

cindy

Bulent Gumus wrote:

> I have a table and in one column there are two discrete values "A" or
> "D". but some rows does not have any value. and when I say
>
> select *
> from table
> where type not like 'D' and type not like 'A'
>
> it gives "0 rows selected".
>
> So what should I do to get the rows with no value in type column?
>
> Thanks in advance,
>
> --
> Software Engineer
> OnBoard Software Inc.
> Kelly AFB, Texas
> http://www.onboard-software.com/
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Dec 07 1999 - 22:28:48 CST

Original text of this message

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