Contents
show
How do I bypass a single quote in MySQL?
You can easily escape single quotes, double quotes, apostrophe, backticks and other special characters by adding a backslash () before that character.
How do you escape a single quote?
Single quotes need to be escaped by backslash in single-quoted strings, and double quotes in double-quoted strings. Alternative forms for the last two are ‘u{nnnn}’ and ‘U{nnnnnnnn}’. All except the Unicode escape sequences are also supported when reading character strings by scan and read.
How do I escape in MySQL?
MySQL recognizes the escape sequences shown in Table 9.1, “Special Character Escape Sequences”.
…
Table 9.1 Special Character Escape Sequences.
Escape Sequence | Character Represented by Sequence |
---|---|