How to make MySQL table primary key auto increment with some variable prefix ??
I am trying to make auto increment field using trigger in which both string+number are variable.For example PRJ001, PRJ002, PRD001, PRD002...etc. How can I implement this either using trigger or using simple query ???
Any suggestion to make my day?