Go to the first, previous, next, last section, table of contents.
A string is a sequence of characters, surrounded by either single quote
(`'') or double quote (`"') characters (the later only if you
don't run in ANSI mode). Examples:
'a string'
"another string"
Within a string, certain sequences have special meaning. Each of these
sequences begins with a backslash (`'), known as the escape
character. MySQL recognizes the following escape sequences:
|