happyIndian100
Programmer
I have a Table Product with the following data:
ID productCode Productname
------------------------------
1 sdk/mini/011 AAAA
2 ngs/kitt/2134 BBB
3 smd/ti/022 CCC
now i need to increment all the ProductCodes by one.
the result should be
ID ProductCode ProductName
------------------------------
1 sdk/mini/012 AAAA
2 ngs/kitt/2135 BBB
3 smd/ti/023 CCC
Please help me to write this query..
thx in advance
ID productCode Productname
------------------------------
1 sdk/mini/011 AAAA
2 ngs/kitt/2134 BBB
3 smd/ti/022 CCC
now i need to increment all the ProductCodes by one.
the result should be
ID ProductCode ProductName
------------------------------
1 sdk/mini/012 AAAA
2 ngs/kitt/2135 BBB
3 smd/ti/023 CCC
Please help me to write this query..
thx in advance