Měli byste být schopni to získat pomocí GROUP BY
klauzule:
SELECT tagName, count(tagName) AS tagCount FROM tagTable GROUP BY tagName
Měli byste být schopni to získat pomocí GROUP BY
klauzule:
SELECT tagName, count(tagName) AS tagCount FROM tagTable GROUP BY tagName