ReferenceSQL FunctionsString functionscharVersion: Latest-4.1On this pageCopy as MarkdownView as Markdown/docs/sql-reference/sql-functions/string-functions/char.mdOpen in ClaudeOpen in ChatGPTBrowse all docs as Markdown/llms.txtchar 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