'Visual studio code: \' (closure for char 39) doesnt work in .mysql file

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source