G
Guest
Hey does anyone know how to get the say top 1 by id with the hightest date,
for example:
date name id
22/11/5 anna 1
1/1/4 john 2
5/5/4 sasha 3
4/8/5 anna 1
6/9/5 John 2
4/8/5 john 2
the result should display:
22/11/5 anna 1
5/5/4 sasha 3
6/9/5 John 2
displaying all the id by the top date. does any one know how to do this?
for example:
date name id
22/11/5 anna 1
1/1/4 john 2
5/5/4 sasha 3
4/8/5 anna 1
6/9/5 John 2
4/8/5 john 2
the result should display:
22/11/5 anna 1
5/5/4 sasha 3
6/9/5 John 2
displaying all the id by the top date. does any one know how to do this?