Is it possible a trigger on a select statement with MySQL?
Posted
by Felix Guerrero
on Stack Overflow
See other posts from Stack Overflow
or by Felix Guerrero
Published on 2010-05-07T04:31:23Z
Indexed on
2010/05/07
4:38 UTC
Read the original article
Hit count: 237
Hi.
I know that triggers can be used on insert, update and delete, but what about a trigger (or sort of) on a select statement. I want to use a trigger to insert data on a table B when it is selected an existent record on a table A, it could be possible?.
Thanks in advance.
© Stack Overflow or respective owner