CHAR()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns a string consisting of characters defined by the given code values.
EXAMPLES
SELECT CHAR(72,73,33);
+----------------+
| CHAR(72,73,33) |
+----------------+
| HI! |
+----------------+
SELECT CHAR(64,76);
+-------------+
| CHAR(64,76) |
+-------------+
| @L |
+-------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.