Posts by jpenna • 126 points
1 post
-
1
votes2
answers455
viewsA: How to delete the first ten records from a table when reaching a certain number of Rows?
It is not possible to put a value of lines in the table, so you need to create a method for this. You can give COUNT in the table and, if the value is greater than the maximum, DELETE older (using…