Home » SQL & PL/SQL » SQL & PL/SQL » Re: minus operator
Re: minus operator [message #21798] Fri, 30 August 2002 13:15
Fredrik Ohrn
Messages: 2
Registered: August 2002
Junior Member
This will do it:

select * from T1 where not exists (select * from T2 where T1.ID = T2.ID)
Previous Topic: packaged procedure name identification (who am I)
Next Topic: How do I find child tables and manipulate their content?
Goto Forum:
  


Current Time: Thu Apr 25 11:56:08 CDT 2024