通过使用触发器比较两个表的值来更新第三个表
嗨,
我有三个表(Table1、Table2、Table3)。所有三个表都有相同的列名称(Company、License_count)。当 table2 中发生更新时,触发器将比较 table2 和 table2 的值。表1并将差异插入表三。我只需要对单行执行此操作。
有人可以帮忙吗?
Hii
I have three tables (Table1, Table2, Table3).All the three tables have same column names(Company, License_count). when an update will happen in table2, trigger will compare the values of table2 & table1 and insert the difference into table three. I have to do this only for single row.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我明白了。
作为参考,这些是我用来测试触发器的值。
Alright, I got it.
For reference, these are the values I used to test the trigger.