I have a column that holds a character 'à', and I'm not able to filter this out from TSQL query.
Data Sample: PCP12345à
Code:
Thanks.
Data Sample: PCP12345à
Code:
LTRIM(RTRIM(REP LACE,REPLACE(cm .provid,' ',''),'à',''))Thanks.
Comment