mysql创建触发器的详细过程
程序员文章站
2022-03-08 10:25:57
...
drop table if exists tab1; create table tab1 ( tab1_id int ) drop table if exists tab2; create table tab2 ( tab2_id int )
推荐阅读