Originally posted by BrilloPad
View Post

SELECT COUNT(cuk_id) as posts, DATE(timestamp) AS date FROM tpd_post GROUP BY date ORDER BY posts DESC
Comment