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 get the rowid/rownumbes of a table in sqlserver
What happens if null values are involved in string operations?
What is mean by candidate key?
Are resultset updatable?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
Does index slows down insert statements?
How does using a separate hard drive for several database objects improves performance right away?
How can you find out how many rows returned in a cursor?
What is database architecture? : SQL Server Architecture
What are different types of raid levels?
What does this statement do @@rowcount?
What is the difference between local and global temporary tables?
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)