当前位置:网站首页>Cascading update with Oracle trigger
Cascading update with Oracle trigger
2022-07-07 14:14:00 【sinat_ thirty-six million seven hundred and eighty-nine thousan】
create or replace TRIGGER Trigger name
AFTER UPDATE OF Update column name of the update table a1 ON Update table name a
FOR EACH ROW
BEGIN
IF :OLD. Update column name of the update table a1<>:NEW. Update column name of the update table a1 THEN
UPDATE Cascade update table name b SET Cascade update column name b1=:NEW. Update column name of the update table a1 WHERE Cascade update column name b1=:OLD. Update column name of the update table a1;
END IF;
END;
边栏推荐
- 杭电oj2092 整数解
- 常用數字信號編碼之反向不歸零碼碼、曼徹斯特編碼、差分曼徹斯特編碼
- [daily training -- Tencent select 50] 231 Power of 2
- IP address home location query full version
- Environment configuration of lavarel env
- 高等数学---第八章多元函数微分学1
- 常用数字信号编码之反向不归零码码、曼彻斯特编码、差分曼彻斯特编码
- The longest ascending subsequence model acwing 482 Chorus formation
- Introduction to sakt method
- Laravel Form-builder使用
猜你喜欢

Reverse non return to zero code, Manchester code and differential Manchester code of common digital signal coding

Advanced Mathematics - Chapter 8 differential calculus of multivariate functions 1

用例图

通过 iValueConverter 给datagrid 的背景颜色 动态赋值

Introduction to sakt method

一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】

The delivery efficiency is increased by 52 times, and the operation efficiency is increased by 10 times. See the compilation of practical cases of financial cloud native technology (with download)

. Net core about redis pipeline and transactions

高等數學---第八章多元函數微分學1

PERT图(工程网络图)
随机推荐
一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】
請問,在使用flink sql sink數據到kafka的時候出現執行成功,但是kafka裏面沒有數
【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(二)
Hangdian oj2092 integer solution
AI talent cultivation new ideas, this live broadcast has what you care about
2022-7-6 sigurg is used to receive external data. I don't know why it can't be printed out
mysql ”Invalid use of null value“ 解决方法
Mysql怎样控制replace替换的次数?
Bashrc and profile
libSGM的horizontal_path_aggregation程序解读
[daily training -- Tencent select 50] 231 Power of 2
接口自动化测试-接口间数据依赖问题解决
请问,在使用flink sql sink数据到kafka的时候出现执行成功,但是kafka里面没有数
数据流图,数据字典
C # use TCP protocol to establish connection
Evolution of customer service hotline of dewu
请问,如图,pyhon云函数提示使用了 pymysql模块,这个是怎么回事?
UML 状态图
IP and long integer interchange
How can the PC page call QQ for online chat?