I want to delete tableA while removing all rows in tableB that have matching tableA.A_ID = tableB.A_ID
Currently I have a foreign key set to CASCADE on delete and update set on TableB for tableB.A_ID.
I want to delete tableA while removing all rows in tableB that have matching tableA.A_ID = tableB.A_ID
Currently I have a foreign key set to CASCADE on delete and update set on TableB for tableB.A_ID.
Copyright © 2021 Jogjafile Inc.
Turn constraints temporarily off by