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 apply cascading referential integrity in place of triggers?
Explain transaction server auto commit?
What is unique key constraint?
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
Does sql server 2000 full-text search support clustering?
What is executereader?
Explain how to use linked server?
What are tasks?
we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz
what is the use of database index(apart from the last searching of records) and what is the use of composite key?
Tell me extended events in sql server 2008?
What are the new scripting capabilities of ssms? : sql server management studio
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)