使用编译错误创建的触发器:

时间:2017-11-16 06:12:46

标签: triggers

每次尝试创建触发器时都会出现编译错误:请在下面找到问题陈述和代码:

问题陈述: 创建一个名为'trigger_credit_bf_update'的触发器,每当credit_card表更新时触发该触发器。在更新credit_card详细信息之前,此触发器将cc_type和action插入到表'credit_card_log_history'中。受影响的日志表credit_card_log_history中的操作名称为“Before_Update_Credit_Card”: 我的代码链接这个问题:

代码: 创建或替换触发器trigger_credit_bf_update 在更新credit_card之前 每排; 开始 插入credit_card_log_history(cc_type,action) values(:old.cc_type,'Before_Update_Credit_Card'); END;

1 个答案:

答案 0 :(得分:0)


$docker images centos