View Single Post

   
  #2 (permalink)  
Old 02-27-2008, 07:12 AM
4.spam@mail.ru
 
Posts: n/a
Default Re: translate function

Hello.
Try this:
--
VALUES(replace('text1 text2 text3 text3 text4' , ' ' ,''
))
--

Sincerely,
Mark B.

> I am trying to remove all blank chars in middle of the string "text1
> text2 text3 text3 text4"
>
> with following stmt:
>
> VALUES(translate('text1 text2 text3 text3 text4' , ''
> ,' ' ))
>


Reply With Quote