在oracle数据库中的一个表给多个字段添加触发器_oracle 触发器 针对多个字段-CSDN博客

网站介绍:文章浏览阅读1.6k次。完整代码如下:先创建一个表create table a( id number(2), MC number(2), gxsj number(2), type number(2))给表的多个字段创建触发器CREATE OR REPLACE TRIGGER weather_history_update -- weather_history..._oracle 触发器 针对多个字段