G
Guest
Hi,
I have a table with a column which contains
BUSPEW.JAVA.ScorecardEnvironmentSorting.BUSPEWSCORECARDENVIRONMENTSORTINGENVCOM
in different forms around 65,000 times and as each one is different i am finding it hard to figure out an update command that will go through this whole column and all these values and replace all the . (full stops) with the "tab" character.
I have only been able to come up with
UPDATE CORE2004_TERMINOLOGYLISTFR
SET PATH = ' '
WHERE PATH='.';
so far and ive tried putting * either side of the .
Could any one help me out please?!
I've been trying for so long!
Thankyou,
Alex
I have a table with a column which contains
BUSPEW.JAVA.ScorecardEnvironmentSorting.BUSPEWSCORECARDENVIRONMENTSORTINGENVCOM
in different forms around 65,000 times and as each one is different i am finding it hard to figure out an update command that will go through this whole column and all these values and replace all the . (full stops) with the "tab" character.
I have only been able to come up with
UPDATE CORE2004_TERMINOLOGYLISTFR
SET PATH = ' '
WHERE PATH='.';
so far and ive tried putting * either side of the .
Could any one help me out please?!
I've been trying for so long!
Thankyou,
Alex