16.20 - CHR - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2020-03-25
dita:mapPath
xzf1512079057909.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
kby1472250656485

Purpose

Returns the Latin ASCII character given a numeric code value.

Syntax



TD_SYSFNLIB.
Name of the database where the function is located.
numeric_expr
numeric_expr must be zero or greater. If numeric_expr is greater than 255, an operation of numeric_expr mod 256 is executed to return a value between 0 and 255.
If numeric_expr is NULL, NULL is returned.