pub fn chr(code: i32, writer: &mut impl Write)
Returns the character with the specified Unicode code point.
query T select chr(65); ---- A