Co tohle?
select delay
from table_name,
(select id, max(sent), ip from table_name group by ip) innertable
where innertable.id = table_name.id;
Nejsem si 100% jistý, že jsem pochopil, co chcete jako sadu výsledků, takže jsem si vybral zpoždění.