Re: Newbie MySQL question: how to retrieve latest entry from a history of entries?

From: Flip ([remove)
Date: 08/25/04


Date: Wed, 25 Aug 2004 11:34:00 -0400

What about adding a Timestamp col to the stationstatus table? Maybe call is
ts, and that way you can order by that column for newest/oldest in the sql.