Hello,
I would like to create an auto increment function that allows me to maintain uniqueness in designated columns across multiple tables.
I understand that this is not supported under mysql's standard functions, but it appears that this can be done by hand. Could someone point me in the right direction?
Thanks