How to make the key in a table increase automatically with 1 every time a new row is added?
That is, when I add a new row with all attributes except the primary key, I want the primary key in that row to have a
uniquenumber that is 1 higher than the previous row.
Mathias