Hi I was wondering if there was a simple solution in mysql to truncate mysql entries.
i.e.
if i want only a maximum of 100 entries in one table if a new entry is submitted, (101st entry) then it would delete lets say the last entry ( ordered by a time stamp ) and insert the new one (still only having 100 entries).
Any help much appreciated,
Regards, Phil