Dovresti essere in grado di ottenerlo usando il GROUP BY clausola:
SELECT tagName, count(tagName) AS tagCount FROM tagTable GROUP BY tagName
Dovresti essere in grado di ottenerlo usando il GROUP BY clausola:
SELECT tagName, count(tagName) AS tagCount FROM tagTable GROUP BY tagName