How can I trim certain characters from a string in sql?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-20T04:57:22Z Indexed on 2010/05/20 5:00 UTC
Read the original article Hit count: 305

Filed under:
|
|
|

I would like to trim all special characters from a string in SQL. I've seen a bunch of people who use substring methods to remove a certain amount of characters, but in this case the length on each side of the string is unknown.

Anyone know how to do this?

Thanks,
Matt

© Stack Overflow or respective owner

Related posts about sql

Related posts about trim