# Write your MySQL query statement belowSELECT MAX(t.num) AS numFROM (SELECT num FROM number GROUP BY num HAVING COUNT(num) = 1) t;