I am trying a create Triggers from Aquastudio and ended up with below error.
CREATE TRIGGER VO.ADMIN_TOOL_T02
AFTER
DELETE
ON VO.ADMIN_TOOL
REFERENCING
OLD AS OLD
FOR EACH ROW
MODE DB2SQL
BEGIN ATOMIC
INSERT INTO VO.ADMIN_TOOL_AUD(
TOOL_URI_X...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.