For example: company_name: ABC company, inc.
I want to get rid of the comma, replace by a space. How the query should be write?
Thanks
replace(ColumnName,',',' ')
example
select replace('ABC,ZXX',',',' ')
Denis the SQL Menace
http://sqlservercode.blogspot.com/
|||Thank You!!!
No comments:
Post a Comment