I know how to do this with a sub-select ... but I am leary to install the alpha version of mySQL 4.1 on a production server (currently using 4.0.13) ... anywho ...
I need to be able to find the records that exist in Table 1, but do not exist in table 2 (they share a common key). Any ideas? I have tried everything I can think of (which isnt much I admit, self-teaching myself SQL).
Example I have tried:
select rmaNum, docType, custName, product, recDate from jdeoutput, rmatrack jdeoutput.rmaNum != rmatrack.rmaNumber (This query returns 24000 records, but only 200 exist at the moment).
Anyhelp would be greatly appreciated.
Matt Laski
Netadmin, Pulsafeeder Inc.
I need to be able to find the records that exist in Table 1, but do not exist in table 2 (they share a common key). Any ideas? I have tried everything I can think of (which isnt much I admit, self-teaching myself SQL).
Example I have tried:
select rmaNum, docType, custName, product, recDate from jdeoutput, rmatrack jdeoutput.rmaNum != rmatrack.rmaNumber (This query returns 24000 records, but only 200 exist at the moment).
Anyhelp would be greatly appreciated.
Matt Laski
Netadmin, Pulsafeeder Inc.