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 advantages of having an index on the sql server?
Why should you use or avoid select * statements?
What types of replication are supported in sql server?
What are the limitations/drawbacks or ssrs 2008 r2?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What are different types of raid configurations? : SQL Server Architecture
Can you explain what is sql server english query?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What is the purpose of object explorer and its features? : sql server management studio
Do you know the capabilities of cursors?
What according to you is the difference between mysql and sql server performance?
How many types of functions are there in sql server?
What is lock escalation and what is its purpose?
role of sql sever 2005 in database rather than any other database
How do I view a script in sql server?