SELECT t.term_id,t.name, t.slug FROM ftsqnx_terms t INNER JOIN ftsqnx_term_taxonomy tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'post_tag' ORDER BY t.name COLLATE utf8mb4_czech_ci ASC