Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a SQL statement
SQL
update test_1 set `t_mark` = (`mark_1` + `mark_2` + `mark_3`)

which works perfectly but I want the same statement to repeat automatically when a new row is added.
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900