CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> Where is my this trigger fault?
Where is my this trigger fault?
Time:03-11
Create the trigger del_student
AFTER INSERT on t_student
For each row
The BEGIN
The UPDATE t_class set number=number + 1 where t_student. Class_id=t_class. Id
The End;
Page link:
https//www.codepudding.com/database/103992.html
Prev:
Essentially a dynamic execution problem, quote is incomplete
Next:
The same table two fields, want to statistical summary to a table
Tags:
The base class
Related
Links:
CodePudding