Forum Moderators: coopster
<snip>
Observ the "Joined" Colum . . Now the first one says two, because I think thats the main admin and the defauly aynomous name created . . but otherwise everyones got their own row.
This I expected , because every timestamp is unique. Especialy considering my query meerly is this:
"SELECT `user_regdate`, COUNT(`user_regdate`) AS `hits` FROM `phpbb_users` GROUP BY `user_regdate`"
How can I group them on a larger scale? Say if I wanted to group by date, instead of:
Mar 30, '04 1
being said 4 times, it says:
Mar 30, '04 4
[edited by: jatar_k at 10:00 pm (utc) on April 27, 2004]
[edit reason] no personal urls thanks [/edit]