What's the best way to remove double quotes from a string?
 
The equivalent of the following:
 
replace(myvar, "'", "", "all");
 
...except for double rather than single quotes
 
 
Rick

Reply via email to