se puoi usare le subquery

select * from table where campo1 = (select max(campo1) from table)