codice:
SELECT identificativo FROM table1 ORDER BY
substring(identificativo,3,2) desc,substring(identificativo,1,2) desc,
substring(identificativo,6,4) desc
limit 1