G
Guest
I am trying to delete records from a table where the records in the duplicate
table are missing.
delete *
from table1 Left Outer Join table1replica
where (table1.empnum = table2.empnum) is null
I'm not actually using this code, I'm using the GUI, but I cant cut and
paste the picture. I keep getting an error message that says "could not
delete from specified tables" This delete query worked for other tables, and
I don't understand why it's not working for this one
Please Help!
table are missing.
delete *
from table1 Left Outer Join table1replica
where (table1.empnum = table2.empnum) is null
I'm not actually using this code, I'm using the GUI, but I cant cut and
paste the picture. I keep getting an error message that says "could not
delete from specified tables" This delete query worked for other tables, and
I don't understand why it's not working for this one
Please Help!