SELECT code FROM tags WHERE code NOT IN (SELECT code FROM tags JOIN
items ON tags.id=items.of_tag);

Reply via email to