2
Answers

replace single quote with empty in sql server

Photo of Rakib Ahmed

Rakib Ahmed

6y
2.4k
1
For example i have a string like UNITA' CENTRALI
 
but i want if my string contains ' this single qoute in any position i want to remove this and get the result as 
 
UNITA CENTRALI 
 

Answers (2)