How will we find the trigger infomations in MySQL. I am using MYsql Qury Browser 1.2
How will we find the trigger infomations in MySQL. I am using MYsql Qury Browser 1.2
I think this is how you would create a trigger, what exactly is it your trying to do?
Code:create trigger test after insert on table for each row begin insert into contacts (email) values ('test@example.com'); end;
Silver has all the answers for some reason lol.
Bookmarks