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: Function to remove spaces/carriage returns from text

Re: Function to remove spaces/carriage returns from text

From: KenR <kdr3_at_ix.netcom.com>
Date: Thu, 30 Nov 2006 01:23:43 GMT
Message-ID: <occsm2l0ti8k7ps178gul6hhuued9f6bp8@4ax.com>

REPLACE(column_name,UNISTR('\000D\000A'),' ')

This replaces the crlf with a space.

>Does anybody know how to remove a carriage return
>and line feed from text in an sql statement using some function
>or combination of functions.
>
Received on Wed Nov 29 2006 - 19:23:43 CST

Original text of this message

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