Hello,
the table looks like this:
tag | entryID
----+---------
foo | 1
foo | 2
bar | 3
And now i want to get all tags with its usage:
foo | 2
bar | 1
How can I do this?
Thank you
Hello,
the table looks like this:
tag | entryID
----+---------
foo | 1
foo | 2
bar | 3
And now i want to get all tags with its usage:
foo | 2
bar | 1
How can I do this?
Thank you