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 |
How does normalization work?
What is transact-sql ddl trigger?
What are key constraints?
Which sql server table is used to hold the stored procedure script?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
How we create SQL Server 2005 Reporting Services ? Give me Sample
What is Query Execution Plan? How does it help optimize or tune a database driven application?
Explain the etl (extraction, transformation, and loading)?
Can Somebody tell me the difference between Clustered & Non- Clustered Index??
How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me.
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What is the diff between Dynamic queries and static queries
1 Answers CGG, ICS Integrated Computer Solutions,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)