This commit is contained in:
Robin Malley 2021-02-14 07:56:28 +00:00
parent 896f452fa6
commit 9d2c95bb33
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT tag FROM tags WHERE tag LIKE :match GROUP BY tag ORDER BY COUNT(tag) DESC;