My table is
IP HITS DATETIME
ip1 90 2016-09-10 01:15:37
ip2 13 2016-09-10 04:16:41
ip3 14 2016-09-10 05:17:41
ip2 12 2016-09-10 07:18:42
ip3 45 2016-09-10 09:19:42
ip1 88 2016-09-10 13:20:43
ip2 15 2016-09-10 15:21:43
ip3 26 2016-09-10 18:22:44
the result is
IP HITS DATETIME
ip1 90 2016-09-10 01:15:37
ip2 15 2016-09-10 15:21:43
ip3 45 2016-09-10 09:19:42
Any suggestions would be greatly appreciated.