J
Jerry
I'm getting the message "Could not delete from specified tables" when
running the
following query:
DELETE ADBT.id_number, ADBT.ids_type_code, ADBT.other_id, ADBT.to_advance,
ADBT.*
FROM ADBT INNER JOIN BadSSNsInADBT ON (ADBT.ids_type_code =
BadSSNsInADBT.ids_type_code) AND (ADBT.id_number = BadSSNsInADBT.id_number)
AND (ADBT.other_id = BadSSNsInADBT.other_id);
I can view the results but not perform the delete operation.
Thanks,
Jerry
running the
following query:
DELETE ADBT.id_number, ADBT.ids_type_code, ADBT.other_id, ADBT.to_advance,
ADBT.*
FROM ADBT INNER JOIN BadSSNsInADBT ON (ADBT.ids_type_code =
BadSSNsInADBT.ids_type_code) AND (ADBT.id_number = BadSSNsInADBT.id_number)
AND (ADBT.other_id = BadSSNsInADBT.other_id);
I can view the results but not perform the delete operation.
Thanks,
Jerry