Tag Cloud What are tags?

OneLobby
QueryQuery TimeAffected Rows
SELECT tt.*, ts.tag_name AS tag_name, COUNT(ts.tag_id) AS tag_count FROM k4_thread_tags tt, k4_tags ts WHERE ts.tag_id=tt.tag_id GROUP BY tt.tag_id ORDER BY 1 LIMIT 1

 0.1867 

 1 

SELECT tt.*, ts.tag_name AS tag_name, ts.*, COUNT(tt.thread_id) AS tag_count FROM k4_thread_tags tt, k4_tags ts WHERE ts.tag_id=tt.tag_id GROUP BY tt.tag_id, tag_name ASC ORDER BY tag_name

 0.1885 

 107