Parsing Double Quotes

P

Public Served

I need to parse double quotes out of a text field, naturally leaving
the rest of the field's content intact.

Is there a way to accomplish this through a query?
 
A

Allen Browne

You can use the Replace() function to replace the double quotes with
nothing/something else
Replace("My ""dog"" has flees.", """", "'")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top