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 left outer join in sql server joins?
What is snapshot parameter in ssrs?
What is a self join in sql server?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What are the grouping functions?
What is indexed view?
Explain what is lock escalation and what is its purpose?
What are the differences between stored procedure and the dynamic sql?
Is sql server free?
What security features are available for stored procedure?
What is conditional split?
query processing
List the data types available in mssql?
How to delete existing triggers using "drop trigger"?
What is dknf in normalization form?