rarrington
Programmer
Hey Everyone…
I’ve been searching all over for the answer to this one. If you have the answer, it would help me out a lot!
Using MySQL triggers, I want to sync content between two tables; I have table “user” and table “users”, each have similar columns “last_name” “first_name” “user_id” …etc, and when a row gets written to table “users”, I wanted that record to be replicated and inserted to “user” (with all the same field info).
How do I write this trigger? I know, it’s anti-normalization, but it will really help me out with testing one of our site's authentication.
Thanks all!