Hi,
this might be easy, but I can't find an answer in the docu:
I'd like to parse a mail in a varchar-field of the postgres database.
Now I got an error because in my String (the mail), there are two "'"s ( the ' )
so the parser thinks that after the ' the input is finished and throws an error.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|So my question is: How to quote special characters. |
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
And by the way, what other characters should I quote.
"Special" Thx,
CoquinD
this might be easy, but I can't find an answer in the docu:
I'd like to parse a mail in a varchar-field of the postgres database.
Now I got an error because in my String (the mail), there are two "'"s ( the ' )
so the parser thinks that after the ' the input is finished and throws an error.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|So my question is: How to quote special characters. |
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
And by the way, what other characters should I quote.
"Special" Thx,
CoquinD