Skip to main content

CHAR

Return the character for each integer passed.

Syntax

CHAR(N, ...)

Arguments

ArgumentsDescription
NNumeric Column

Return Type

VARCHAR

Examples

SELECT CHAR(77,121,83,81,'76');
+-------------------------+
| CHAR(77,121,83,81,76) |
+-------------------------+
| MySQL |
+-------------------------+
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today