codice: select valore from tabella group by valore having count(valore) < 2 order by valore asc limit 1
select valore from tabella group by valore having count(valore) < 2 order by valore asc limit 1
Regole del Forum