creating a primary key format
- by ryn6
how do i create a primary key for an account with a format like this:
ABC-123
ABC-124
ABC-125
another example:
BCA-111
BCA-112
BCA-113
and so on.
by the way im using mysql.is it possible to do auto increment when using this format?