SandervdM
12-17-01, 05:28
| Ok this subject sounds a bit vague, but here's my question: I have a table containing a user id column, a column with events (like log in) and a date column (mm/dd/yy hh/mm/ss). What i would like to do is to count the number of users who have logged into my system, sorted by month. Example: January - 20 users Februari - 42 users March - 13 users etc. Can this be done with just one SQL statement? If so, can anyone give me an example query? Thanks! Sander |