Including double-quotes in strings

H

Hall

I want to use the substitute function to replace commas "," with
double-quotes.

Is there a way to specify double quotes in strings?
 
A

aaron.kempf

yeah. how about this.

keep your data in a database
and then when you need 2 different versions of the SAME DATA-- one with
commas and one with quotes; you dont need to copy and paste or anything
ridiculous-- you can have queries that do this for you.

it's a much more efficient way to work.

imagine-- instead of having the same data; copied in 2 places and
sorted in 2 different ways-- you can have 1 copy of the data and sort
it however you want using standard SQL syntax
 

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