Given the following table
123456.451 entered-auto_attendant 123456.451 duration:76 real:76 139651.526 entered-auto_attendant 139651.526 duration:62 real:
try this command
awk '!x[$1]++ { print $1, $2 }' file