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
Not really, but you can use another column (but a view) this is already covered here: MySQL Auto Increment Custom Values