On Sunday, March 23, 2025, Igor Korot <[email protected]> wrote: > > 2. Is there a way to do CREATE TRIGGER IF NOT EXIST for the earlier > version? >
No. You have to drop the trigger if it does exist and then create the new one. David J.
On Sunday, March 23, 2025, Igor Korot <[email protected]> wrote: > > 2. Is there a way to do CREATE TRIGGER IF NOT EXIST for the earlier > version? >
No. You have to drop the trigger if it does exist and then create the new one. David J.