The MySQL documentation says that it should be \\\'
. However, both scite and mysql shows that \'\'
works. I saw that and it works. What should I d
There are three ways I am aware of. The first not being the prettiest and the second being the common way in most programming languages:
'I mustn''t sin!'
\
before the single quote'
: 'I mustn\'t sin!'
"I mustn't sin!"