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 is the temp table?
Define magic tables in sql server?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
Explain what are partitioned views and distributed partitioned views?
Differentiate between ms sql server reporting services vs crystal reports?
What is a natural primary key?
how will add additional conditions in sql?
How to optimize stored procedure optimization?
How to convert numeric values to integers in ms sql server?
How to change the name of a database user?
What is difference between drop truncate and delete?
Can you explain what are commit and rollback in sql?
What is the difference between for xml raw and for xml auto?
Is resultset an interface?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?