I was wondering if they is a way to auto increment an id with a mixture of letters and numbers?
lets say I have a table like
table name: items
pid name
1 coca cola
2 fanta
I wanted to make the pid
auto increment and in it it should automatic generate letters and numbers without me having to add them myself.
If you know how this can be done please give me a clear answer or a link to somewhere, where I might find the answer.
Thank you for your time.