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 to manipulate data from one table to another table ?
How to drop an existing stored procedure in ms sql server?
how many types of store procedre in sqlserver 2000?
How to name query output columns in ms sql server?
How can I track the changes or identify the latest insert-update-delete from a table?
How can we use ConnectorJ JDBC Driver with MS SQL?
What is global temp table?
Explain Normalization and DE normalization
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
How we create SQL Server 2005 Reporting Services ? Give me Sample
What is Index Segmentation ?
Explain what are the basic functions for master, msdb, model, tempdb databases?
Oracle (3259)
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)