Hi,
In Mytable I have a column Mycolumn. It has data like this:
DBK^3^421.001
DBK^3^422.001
DBK^19^1.001
I would like to replace the 2nd instance of ^ with _
So,
DBK^3_421.001
DBK^3_422.001
DBK^19_1.001
I tried some CHARINDEX methods, but just can't get it to work. Any ideas?
Thanks!
In Mytable I have a column Mycolumn. It has data like this:
DBK^3^421.001
DBK^3^422.001
DBK^19^1.001
I would like to replace the 2nd instance of ^ with _
So,
DBK^3_421.001
DBK^3_422.001
DBK^19_1.001
I tried some CHARINDEX methods, but just can't get it to work. Any ideas?
Thanks!