CREATE TRIGGER au_surveyQns_i
AFTER INSERT ON surveyQuestions
REFERENCING NEW AS N
FOR EACH ROW
WHEN (1 = (SELECT isActive FROM triggerControl WHERE triggerName='au_surveyQns_i'))
BEGIN ATOMIC
DECLARE QUESTIONSET VARCHAR(100);
SET QUESTIONSET = (SELECT description FROM surveyquestionset WHERE ID = N.surveyquestionsetid);
INSERT INTO CCAuditTrailChangedItem (functionId, actionId, sourceId, changeField, newValue, createdOn, createdBy)
VALUES ('0007', '0010', N.Id, CONCAT(questionSet , 'Question' ), N.description, N.lastModifiedOn, N.lastModifiedBy);
END#
Enhancing your expertise in Java, Kubernetes, Spring Boot, AWS, BTC, and ETH can significantly elevate your career prospects in the ever-evolving tech industry. Welcome to my blog, where I share insights and resources to help you master these key technologies and stay ahead of the curve. Enhance your tech skills with insights on Java, Kubernetes, Spring Boot, AWS, BTC, and ETH. Master advanced topics and stay updated with practical tips and tutorials!
Wednesday, January 30, 2008
Thursday, January 17, 2008
Tuesday, January 08, 2008
Subscribe to:
Posts (Atom)