Hello
I am looking for find values like:
"something1"
"something1 something2"
etc
(please note the double quote marks are part of the value of the record)
How can I do this?
I think CONTAINS does not check for any punctuation and have tried to escape the double quotes with LIKE
Any idea?
Thanks!