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
How do I find the sql server instance name?
New concepts of sql server 2005 use in your project.
How do you create type- insensitive operator?
How to find out what is the default collation in a database?
What are data regions?
Explain transaction server isolation?
What is the difference between join and inner join?
Explain what is public role in sql server?
How to modify an existing user defined function?
What is Service Broker in sql server 2012?
Explain the concept of recursive stored procedure.
How to encrypt data between dialogs?
How to find which stored procedure is currently running in sql server?
Explain about builtinadministrator?
What are the different types of cursor?