smr/src/sql/select_suggest_tags.sql

2 lines
82 B
SQL

SELECT tag FROM tags WHERE tag LIKE :match GROUP BY tag ORDER BY COUNT(tag) DESC;