Hey guys,
I don't wanna mess with update statements unless I'm 100% sure this will work.
The requestion is simple. I need to add the value 0 to end of each three character code name.
Here is a sample of the table:
code description
____ ____________
UAK UKRAINE
VEB VENEZUELAN BOLIVAR
WST TALA
After the update, the table would look like:
code description
____ ____________
UAK0 UKRAINE
VEB0 VENEZUELAN BOLIVAR
WST0 TALA
Is there a way to make this change in one mass update?
I don't wanna mess with update statements unless I'm 100% sure this will work.
The requestion is simple. I need to add the value 0 to end of each three character code name.
Here is a sample of the table:
code description
____ ____________
UAK UKRAINE
VEB VENEZUELAN BOLIVAR
WST TALA
After the update, the table would look like:
code description
____ ____________
UAK0 UKRAINE
VEB0 VENEZUELAN BOLIVAR
WST0 TALA
Is there a way to make this change in one mass update?