Skip to contents

Returns a character which is corresponding the ASCII code value or Unicode code point.

Usage

chr(code_point = INTEGER)

Arguments

code_point

INTEGER

Value

VARCHAR

SQL examples

chr(65)