How do I set trigger to copy user_id to another table – Phpmyadmin
I need a trigger in phpmyadmin for 2 tables. I have two tables called users and group_has_users. Table group_has_users has 2 values called group_id and user_id. I'm trying to make a trigger that automatically inserts new data to group_has_users table…