Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Select a list of tags and their number from the database
select tag, count(*) as cnt from article_has_tag
group by tag
order by cnt desc
limit 30
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question