GROUP BYを使用してそれを取得できるはずです 条項: SELECT tagName, count(tagName) AS tagCount FROM tagTable GROUP BY tagName