Cái này thì sao?
select delay
from table_name,
(select id, max(sent), ip from table_name group by ip) innertable
where innertable.id = table_name.id;
Không chắc chắn 100% tôi hiểu bạn muốn gì khi kết quả đã đặt, vì vậy tôi chỉ chọn độ trễ.