String Literals
[_charset_name]'string' [COLLATE collation_name]'The MariaDB Foundation'
_utf8 'Foundation' COLLATE utf8_unicode_ci;'The ' 'MariaDB ' 'Foundation''The MariaDB Foundation''MariaDB's new features''MariaDB\'s new features'SELECT 'MariaDB\'s new features';
+------------------------+
| MariaDB's new features |
+------------------------+
| MariaDB's new features |
+------------------------+Escape Sequences
Escape sequence
Character
Last updated
Was this helpful?

