Thanks, but I'm not sure how to do that...
My example:
Field1: Dog
Field2: "Poodle"
Field3: Poodles are nice and they are small.
Looking at the manual, I tried this:
SELECT * FROM Animals WHERE Field2 LIKE '"%"' TRIM('"');
and
SELECT Field2 FROM Animals TRIM(");
and some other variations and I can't get it.
If you know how I would much appreciate it.
Thanks in advance, you are awesome!