$ 0 0 Hi Nolan, Try this it will solve your problem SELECT REGEXP_REPLACE('A|b','\|','0D0A'XC); In fact to replace a special character like | you have to precede it with a backslash \ character. Cheers :) Khurram
Hi Nolan,
Try this it will solve your problem
SELECT REGEXP_REPLACE('A|b','\|','0D0A'XC);
In fact to replace a special character like | you have to precede it with a backslash \ character.
Cheers :)
Khurram