Hello,
I am in need of a column where the numbers should be auto incremented if left null, but also allow for duplicate numbers if specified. Is this possible? If not, what would be the best way to go about it? Right now the only way I know I could achieve this is to grab the last inserted id from the last query and then make a second query to update the column of the first one with the same id.
Thanks in advance!
owner