Click to See Complete Forum and Search --> : mysql - getting the last record of duplicate records


myanavrin
01-15-2009, 12:15 AM
Hi to all,

How can i get the last record. Example: i have record with the same value in firstname. Now I want to get the value of the last inserted record. Hope it make sense.

Thanks!!!

chazzy
01-15-2009, 07:32 AM
use max(whatever column it is) ?