Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I need to count each time a record is selected from a certain table (i.e. ads)

I know about triggers but only find INSERT,DELETE,UPDATE triggers...

is there a SELECT trigger or something like it?
Posted
Updated 22-Mar-12 3:47am
v2

1 solution

There is no trigger for SELECT statements because it is only pulling data from a table not modifying data in a table. There is nothing to trigger.

What is it you are trying to accomplish?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900