In the table below, how do I get just the most recent record of id=1 based on the signin column and not all 3 records?
id=1
+----+--
Select [insert your fields here] from tablename where signin = (select max(signin) from tablename where ID = 1)