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: id <> '2'

Re: id <> '2'

From: mike <hillmw_at_charter.net>
Date: 21 Sep 2005 14:57:28 -0700
Message-ID: <1127339848.337032.301560@z14g2000cwz.googlegroups.com>


I guess I could use a join like:

select *
from mytable
where id<>'2'
union
select *
from mytable
where id is null

Any other ideas? Received on Wed Sep 21 2005 - 16:57:28 CDT

Original text of this message

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