字段名为a:
SELECT MIN(a) as a FROM table_name GROUP by a HAVING COUNT(*)=1;