How can I disable a specific trigger (there may be more than one triggers on a table) of a specific table?
I found "SET TRIGGERS" statement with "DISABLE" or "ENABLE" from IBM documentation but it does say anything about where to use table name and trigger name (if that is the way to go).
Can someone please help me finding the correct syntax for this? Thanks a lot, in advance. Best regards.