janb
Questions Asked
The user has not asked any questions.
Answers
0
Find max number of times a tag is used
I haven't tried this, but try to use a SQL query like the following:
SELECT tag_id, count(tag_id) FROM posts_tags;
Comments
- Member since:
- November 13th, 2009
- Last active:
- Questions asked:
- 0
- Answers:
- 1
- Correct Answers:
- 0
- Comments:
- 0
There no comments yet.