Add Prefix to auto-increment in mysql db

前端 未结 4 1712
误落风尘
误落风尘 2020-12-03 16:07

I have my database with table test1. It has a primary id \"Id\" which is auto-increment. Now the id is in the format 1,2,3.. . .Is it possible to store the primary Id as PNR

4条回答
  •  死守一世寂寞
    2020-12-03 16:53

    Not really, but you can use another column (but a view) this is already covered here: MySQL Auto Increment Custom Values

提交回复
热议问题