Hi, I have a table which i would like only to have the 20 most recent entries, because the table is adding a row every .50 seconds.
How would I accomplish this in querying to the database(mysql).
Should i add a new row and delete the oldest whenever i want to push a new value in?