I have a table of a fixed number of records (10) used to store users' ten most preferred text string which constitutes the first paragraph of a legal document.
The table also stores the time and the date the record was created. What I want to do is when the ten records has been used up, the next string to be saved should occupy the space of the earliest record created with regards to the time and date stored. The next new record should also follow the same rule.
How do I go about it as the ten records may have the same date and how can we issue the instruction to combine the date and time factor?
The table also stores the time and the date the record was created. What I want to do is when the ten records has been used up, the next string to be saved should occupy the space of the earliest record created with regards to the time and date stored. The next new record should also follow the same rule.
How do I go about it as the ten records may have the same date and how can we issue the instruction to combine the date and time factor?