0
How can I limit the number of rows in my SQL table?(other than with limit in select, it’s not like query) ex. I have to have a maximum of 10 information in the table, but it is not limited, if 30 people register, the table will have 30 information instead of 10.
I couldn’t understand what you wanted
LIMIT
. You don’t want me to be made more than 10 inserts, that’s it?– Maniero
I believe you can only do that with a Rigger Oninsert and setting rules for Count. Is your database filled in via the system? You can’t put this rule in the management before initiating the Insert?
– NDelavi
What data bank are we talking about?
– Maniero
What is the purpose of limiting the amount of records a table can have?
– Pedro Gaspar