Home » SQL & PL/SQL » SQL & PL/SQL » Re: alternate SQL without Exists clause
Re: alternate SQL without Exists clause [message #18754] Wed, 13 February 2002 07:05
inonusin
Messages: 1
Registered: February 2002
Junior Member
like suggested using the minus operand.

select field1
from table1
minu
select field1
from table2

that should work, but i dont know whether your odbc driver supports minus operands
Previous Topic: 8i Documentation
Next Topic: SQL Loader stops before end of file
Goto Forum:
  


Current Time: Fri Apr 26 12:30:09 CDT 2024