Basically I have a database contain some kind of logs, each record has an IP address field, I need to produce a report that find any IP addresses that logged more than 10 times within an hour. I have not yet written any queries like this before, so I wonder if it’s possible just writing queries before I start writing code.
table columns:
ip
time
1 Answer