Don't insert when maximum is reached
Published by Nicholas Dunbar on May 9th, 2014
How to control if a record is inserted based on a condition?
Don't insert a record if certain conditions are not met.
There is a way of using pure MySQL to stop inserting records when a certain number of them has been reached. Let us say that you have...