I am looking for a way to implement table and column triggers in Mysql. When a user is input data to the table
or make change to fields, I need it to trigger and write it to a different table. Can anyone helps!
MySQL doesn't support triggers, so you will need to find another way to accomplish this. What exactly are you trying to accomplish? If you just want to mirror the data from one table into another, triggers are not what you want anyway.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.