I have 6 fields
f1,f2,f3,f4,f5,f6
only fields 4 to 6 only vary i want result as single row based on field 1
Eg
name , age, policy_no, proposer_code, entry_date , status
-----------------------------------------------------------------------------
aaa 18 100002 101 20-06-2016 A
aaa 18 100002 101 21-06-2016 B
aaa 18 100002 101 22-06-2016 c
aaa 18 100002 101 24-06-2016 H
aaa 18 100002 101 26-06-2016 p
I want the last row alone only based on proposer code because that is the most recent entry date.