Function chr

Source
pub fn chr(code: i32, writer: &mut impl Write)
Expand description

Returns the character with the specified Unicode code point.

ยงExample

query T
select chr(65);
----
A