Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
CHR
CHR
Returns the character with the specified ASCII code.
PostgreSQL 17.5
CHR
(
ascii
)
ascii
ASCII code of the character
Examples
PostgreSQL 17.5
SELECT
CHR
(
72
)