MySQL - how to use VARCHAR as AUTO INCREMENT Primary Key

后端 未结 3 1726
日久生厌
日久生厌 2020-12-16 22:36

I am using a VARCHAR as my primary key. I want to auto increment it (base 62, lower/upper case, numbers), However, the below code fails (for obvious reasons):



        
3条回答
提交回复
热议问题