I need some help, I want some string ID that can be incremented! how will i do that?
This is the old ones:
Product_ID Product_Name
1 Milk
2 Beer
3 Hot Chocolate
I want it to be like this:
Product_ID Product_Name
PROD-0001 Milk
PROD-0002 Beer
PROD-0003 Hot Chocolate
How will I be able to make the Product_ID like that? thank you so much for the answers