|
I think what he meant is that every update is split from the original record
How about this:
1. Find the most original one
2. The input parameter is compared with the number of 1, and the update is allowed if it is less than or equal to; otherwise, exit
3. Insert a record with the parameter of 2
4. Correspondingly reduce the number of original records |
|