how to replace double quotes by single quotes in sql server
Answers were Sorted based on User's Feedback
Answer / soorai ganesh
Try This.....
select replace('"ganesh"','"','''')
Output : 'ganesh'
Is This Answer Correct ? | 21 Yes | 1 No |
What is difference between createstatement and preparedstatement?
What is isnull() operator?
What is the order in which the SQL query is executed? list them in order.
5 Answers CarrizalSoft Technologies, CTS, Oracle,
What is for xml in sql server?
Will count(column) include columns with null values in its count?
How to test values returned by a subquery with the in operator?
How retrieve field names from the table in SQL through JAVA code?
what is a mixed extent? : Sql server administration
Define tempdb database?
What are the different types of joins and what does each do?
Explain magic tables in sql server?
What is difference between delete & truncate commands?