Quantcast
Channel: Answers for "how to find and eleminate the special charecters in a column?"
Browsing all 4 articles
Browse latest View live

Answer by Kev Riley

Do you want to remove them or replace them? Also you might need to define what you mean by special characters, but for this solution I've assumed that any characters apart from a-z are 'special' This...

View Article



Answer by Magnus Ahlkvist

If you know which characters might end up in the column, you can use the REPLACE-functcion, and replace a specified character with an empty string. declare @s nvarchar(10); set @s='123@#!xy'; set...

View Article

Answer by Kev Riley

Do you want to remove them or replace them? Also you might need to define what you mean by special characters, but for this solution I've assumed that any characters apart from a-z are 'special' This...

View Article

Answer by Magnus Ahlkvist

If you know which characters might end up in the column, you can use the REPLACE-functcion, and replace a specified character with an empty string. declare @s nvarchar(10); set @s='123@#!xy'; set...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images