how to replace double quotes by single quotes in sql server
Answer Posted / soorai ganesh
Try This.....
select replace('"ganesh"','"','''')
Output : 'ganesh'
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are the difference between “where” and “having” clause in sql server?
What are the default system databases in sql server 2000?
what are constraints? Explain different types of constraints? : Sql server database administration
What are the different types of columns types constraints in the sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
What new data source types were added in ssrs 2014?
What is a periodical index?
What is SubQuery in SQL Server 2008
what is normalization? : Sql server database administration
Explain what is public role in sql server?
How to create an index on an existing table in ms sql server?
What is conditional split?
Differentiate between a having clause and a where clause.
What is factless fact table? : sql server analysis services, ssas