Whats wrong with this?
DELETE PR1.* FROM PR1 INNER JOIN CC ON PR1.CompanyCode = CC.CompanyCode;
I just want to delete from Pr1 all records with a match on CopanyCode within CC.Companycode.
I get cant delete error.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
DELETE PR1.* FROM PR1 INNER JOIN CC ON PR1.CompanyCode = CC.CompanyCode;
I just want to delete from Pr1 all records with a match on CopanyCode within CC.Companycode.
I get cant delete error.
Thanks,
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.