Character Set and Collation Overview
Learn the core concepts of character sets and collations in MariaDB, including how they define string storage and sorting rules.
What are Character Sets and Collations?
Viewing Character Sets and Collations
SELECT "A" < "Z";
+-----------+
| "A" < "Z" |
+-----------+
| 1 |
+-----------+Changing Character Sets and Collations
Last updated
Was this helpful?

