Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两张桌子。一个表有一个名为priority 的列,另一个表有优先日期。当另一个表中的优先级列中的值被更新时,我想要一个触发器来更新优先级日期。
作为参考,请查看MySQL 参考手册中的触发器语法。触发器在 MySQL Server 5.0.2 及更高版本中工作。