Apr 24, 2007 #1 critical5 Programmer Dec 13, 2006 37 GB I have a table and with an increment ID which id now SN001 but i would like to add an extra 0 to make it SN0001...any idea how to do this?? I tried update like this UPDATE CUSTOMERS SET CUSTOMER_ID = "DL0+[CUSTOMER_ID,4]" Thanks
I have a table and with an increment ID which id now SN001 but i would like to add an extra 0 to make it SN0001...any idea how to do this?? I tried update like this UPDATE CUSTOMERS SET CUSTOMER_ID = "DL0+[CUSTOMER_ID,4]" Thanks
Apr 24, 2007 Thread starter #2 critical5 Programmer Dec 13, 2006 37 GB SORRY I WANT TO DO THIS IN MYSQL Upvote 0 Downvote