Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: newline in sql

Re: newline in sql

From: Jason Selby <jselby_at_cams.co.uk>
Date: Tue, 19 May 1998 17:30:21 +0100
Message-ID: <3561B39D.7062DEF5@cams.co.uk>


> I tried translate(field,hextoraw('0D'),'something
> else'), but the hextoraw doesn't seem work at all.

Hi

Your on the right lines but you need to do replace(field,chr(13),'something else') this will replace all the CRs with something else

HTH Jason Received on Tue May 19 1998 - 11:30:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US