Reputation: 239
I have a timestamp value in my table and it's set to on update current timestamp.
It updates itself when user is doing x work.
I want to count how many users did x work in last 30 minutes. What's the mysql query that I need?
Upvotes: 0
Views: 76