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 are the advantages of user-defined functions over stored procedures in sql server?
How to connect of datebase with sql express.?
What is difference between materialized view and view?
what operator performs pattern matching?
Explain data warehousing in sql server?
What is a derived table?
Differentiate between SQL and ORACLE joins and write their syntax.
How to swap the data of two columns in a table. both the columns containing varchar values.
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
Explain the different types of backups available in sql server? : sql server database administration
What is dknf in normalization form?
How to list all tables having unique constraints in any of the columns in a database.
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)