I have a small database on an embedded system with some tables which I want to limit to 1000 rows. To do this, I have set up a trigger which is executed after every new row insertion. Trigger's code is:I have a small database on an embedded system w
I have a small database on an embedded system with some tables which I want to limit to 1000 rows. To do this, I have set up a trigger which is executed after every new row insertion. Trigger's code is:I have a small database on an embedded system w