Yakisoba
06-13-2005, 10:42 AM
Right now I have a simple querly that will select all columns for any record WHERE name = "whatever "
i.e.
SELECT * FROM table_name WHERE name="bob";
if bob has 5 records, all five records will display...
Is there a way to SELECT only the most recent record for bob?
Thanks,
Yak
i.e.
SELECT * FROM table_name WHERE name="bob";
if bob has 5 records, all five records will display...
Is there a way to SELECT only the most recent record for bob?
Thanks,
Yak