Originally posted by BrilloPad
View Post


for CM?



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


for CM?


Comment