SELECT t1.id, t1.name FROM tablitsa t1 WHERE (SELECT COUNT(t2.id) FROM tablitsa t2 WHERE t2.name = t1.name) = 1