giza: Giza White Mage (Default)
Douglas Muth ([personal profile] giza) wrote2008-11-16 02:28 pm
Entry tags:

A little graph I just whipped up

Anthrocon.org forum activity

And for the curious, here's the SQL to make it happen:

SELECT DATE_FORMAT(FROM_UNIXTIME(timestamp), "%m-%Y") AS date, count(*) AS num FROM comments GROUP BY date ORDER BY timestamp;

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting