ReferenceSQL FunctionsString functionscharVersion: 4.0On this pagechar CHAR() returns the character value of the given integer value according to the ASCII table. Syntaxβ char(n) Parametersβ n: integer value Return valueβ Returns a VARCHAR value. Examplesβ > select char(77);+----------+| char(77) |+----------+| M |+----------+ keywordβ CHAR