I would like to run a query like so:
select * from tableA where tableA_id not in (select tableA_id from tableB)
to give me the rows in tableA that are not referenced in tableB.
How would I do this using torque?
Regards, Graham --
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
