当前位置:网站首页>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;
边栏推荐
- Cesium knows the longitude and latitude of one point and the distance to find the longitude and latitude of another point
- 3D Detection: 3D Box和点云 快速可视化
- Hangdian oj2092 integer solution
- WPF DataGrid realizes the UI interface to respond to a data change in a single line
- 648. Word replacement: the classic application of dictionary tree
- Laravel5 call to undefined function openssl cipher iv length() 报错 PHP7开启OpenSSL扩展失败
- FC连接数据库,一定要使用自定义域名才能在外面访问吗?
- Excuse me, as shown in the figure, the python cloud function prompt uses the pymysql module. What's the matter?
- The longest ascending subsequence model acwing 1012 Sister cities
- 【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(二)
猜你喜欢
2022-7-6 Leetcode 977. Square of ordered array
常用數字信號編碼之反向不歸零碼碼、曼徹斯特編碼、差分曼徹斯特編碼
Redis can only cache? Too out!
VSCode 配置使用 PyLint 语法检查器
最长上升子序列模型 AcWing 1014. 登山
常用数字信号编码之反向不归零码码、曼彻斯特编码、差分曼彻斯特编码
js 获取当前时间 年月日,uniapp定位 小程序打开地图选择地点
Hands on Teaching: XML modeling
UML 状态图
Introduction to database system - Chapter 1 introduction [conceptual model, hierarchical model and three-level mode (external mode, mode, internal mode)]
随机推荐
参数关键字Final,Flags,Internal,映射关键字Internal
杭电oj2054 A == B ? ???
Transferring files between VMware and host
Cesium knows the longitude and latitude of one point and the distance to find the longitude and latitude of another point
WPF DataGrid realizes the UI interface to respond to a data change in a single line
VSCode 配置使用 PyLint 语法检查器
c#通过frame 和 page 切换页面
請問,在使用flink sql sink數據到kafka的時候出現執行成功,但是kafka裏面沒有數
Excuse me, when using Flink SQL sink data to Kafka, the execution is successful, but there is no number in Kafka
The longest ascending subsequence model acwing 1012 Sister cities
mysql ”Invalid use of null value“ 解决方法
[fortress machine] what is the difference between cloud fortress machine and ordinary fortress machine?
Attribute keywords aliases, calculated, cardinality, ClientName
杭电oj2092 整数解
The reason why data truncated for column 'xxx' at row 1 appears in the MySQL import file
手把手教会:XML建模
Excusez - moi, l'exécution a été réussie lors de l'utilisation des données de puits SQL Flink à Kafka, mais il n'y a pas de nombre dans Kafka
Dry goods | summarize the linkage use of those vulnerability tools
[high frequency interview questions] difficulty 2.5/5, simple combination of DFS trie template level application questions
接口自动化测试-接口间数据依赖问题解决