Not very proficient with SQL. Can anyone please suggest a way to LIMIT the number of integer records permitted in a db which is ordered on size of integer.
Perhaps I can test the number being entered and if higher than the lowest then enter it and delete the lowest or don't enter it if lower.
My real question is whether there is an obvious easy SQL statement to do the database bit.
Perhaps I can test the number being entered and if higher than the lowest then enter it and delete the lowest or don't enter it if lower.
My real question is whether there is an obvious easy SQL statement to do the database bit.