Forum Discussion

manojgovikari's avatar
manojgovikari
Contributor
14 years ago

How to Replace character "µ" with null or empty string

Hi , I need to replace the character "µ" with empty stirng.. i tried the following code but not successded. 1. Replace(µg/dL, "µ","") 2. Replace(µg/dL, char(181),"") Please help me get...