Zargo
Programmer
- Mar 21, 2005
- 109
Hi,
I have a table like this:
tableA
ColumnA
NK232341234B01
111234556
JHJLKJKJLB01
SDFKSDJFLKASB01
How can i update these records to change the substr(columnA,-3,1) from B to 8 if this position has a B?
When the value is like NK232341234B01 it must be NK232341234801
Hope somebody can help me out of this problem...
I have a table like this:
tableA
ColumnA
NK232341234B01
111234556
JHJLKJKJLB01
SDFKSDJFLKASB01
How can i update these records to change the substr(columnA,-3,1) from B to 8 if this position has a B?
When the value is like NK232341234B01 it must be NK232341234801
Hope somebody can help me out of this problem...