CHAR (Lakehouse v2)
Returns the character for a given ASCII code.
Analyze Syntax
Section titled “Analyze Syntax”func.char(<code>)Analyze Examples
Section titled “Analyze Examples”func.char(65)
┌─────┐│ 'A' │└─────┘SQL Syntax
Section titled “SQL Syntax”CHAR(<code>)SQL Examples
Section titled “SQL Examples”SELECT CHAR(65);
┌───┐│ A │└───┘