Forum: MySQL & Databases
08-27-2010, 07:07 PM
|
|
Replies: 1
Views: 646
Query: least 15 records in the last seven days
How to make a query, if I want to find a userID who is at least 15 records in the last seven days of the table "example" field 'cID=2'.
table "example"
pID | cID | userID | rTime
1, 2, 34,...
|