472,127 Members | 1,971 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Query that fires when any operation is made on table.

17
suggest My sql query that gives message when any insert or delete or select query is executed on a table.
Dec 27 '06 #1
1 1134
ronverdonk
4,258 Expert 4TB
From MySQL 5.1 you can insert a trigger as the result of an INSERT, UPDATE or DELETE on a table. But only from MySQL 5.1 and up.

For detailed info, see the MySQL documentation on triggers at Triggers

Ronald :cool:
Dec 27 '06 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

4 posts views Thread by jimh | last post: by
7 posts views Thread by Dave Hopper | last post: by
96 posts views Thread by Karen Hill | last post: by
2 posts views Thread by Andrew Mueller | last post: by
8 posts views Thread by Jim in Arizona | last post: by
1 post views Thread by deepu03 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.