I am writing a MySQL's script in Visual Studio Code and it happens that when I've got a string which contains the char: '
(charcode 39)
and escape it as follow: \\'
it is still not interpreted as a character but as a string's closure.
I am writing a MySQL's script in Visual Studio Code and it happens that when I've got a string which contains the char: '
(charcode 39)
and escape it as follow: \\'
it is still not interpreted as a character but as a string's closure.