How to use update trigger to update another table?

前端 未结 4 1014
星月不相逢
星月不相逢 2020-12-05 07:01

I am new to triggers and want to create a trigger on an update of a column and update another table with that value.

I have table1 with a year column and if the appl

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 08:03

    According to this question, if there's only one "downstream" table then another option with a properly defined foreign key relation would be Cascaded update.

提交回复
热议问题