SELECT type FROM pw_forums;
SELECT type FROM pw_forums GROUP BY type;
SELECT COUNT(*) AS num,type FROM pw_forums GROUP BY type;