I need to delete data from about 100 table in the production system for a specific client without stopping application.
On Sun, 3 Oct 2021, 17:19 Adrian Klaver, <adrian.klaver@xxxxxxxxxxx> wrote:
On 10/3/21 7:40 AM, FOUTE K. Jaurès wrote:
> Thanks for your input but I want to make a delete with where clause
Then Thomas Kellerer's suggestion of having "ON DELETE CASCADE" on the
FK would seem to be what you need. If not then you will need to provide
more information about what you are trying to achieve?
--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx