You are here: Re: Stripping Punctuation « MsSQL Server « IT news, forums, messages
Re: Stripping Punctuation

Posted by Hugo Kornelis on 10/24/05 22:25

On 24 Oct 2005 11:43:32 -0700, SQL wrote:

>use replace
>update table set field = replace(field,',','') --commas
>update table set field = replace(field,'.','') -- dots
>update table set field = replace(field,'''','') --apostrophes

Hi SQL,

More efficient to do it all in one pass:

UPDATE table
SET field = REPLACE(REPLACE(REPLACE(field,',',''),'.',''),'''','')

Best, Hugo
--

(Remove _NO_ and _SPAM_ to get my e-mail address)

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация