📜  mysql 编辑触发器 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:26.807000             🧑  作者: Mango

代码示例1
/*
If you're using MySql Workbench it can create the drop and create statments for you. 
1. Right click on your table name and click Alter table option 
2. From there you can pick Trigger option and alter it.
So:

Table Name --> Right click --> Alter Table --> Out of the 6 Tabs pick Triggers.
*/