November 6, 2017 at 10:56 am
Hello,
I have to build something that will find ASCII character and replace them with blank values,
example, Koç to Ko.
Can anyone please help me to do this?
Thanks
November 6, 2017 at 11:35 am
yogi123 - Monday, November 6, 2017 10:56 AMHello,I have to build something that will find ASCII character and replace them with blank values,
example, Koç to Ko.
Can anyone please help me to do this?
Thanks
SELECT REPLACE( Somecolumn, CHAR(231), '')
FROM SomeTable
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy