Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Query
Why this query don't work:
select * from dual
where dummy not in ( select 'a' from dual union select '' from dual)
That's simplified version from real work.
-- Rustem Valeev, valeev_at_avicomp.ru, (095)4360496Received on Thu Aug 17 2000 - 01:07:03 CDT