DRAFT

Omnidex SQL Function: CHR

Description

The CHR function returns the character with the specified ascii value and the return data type as a STRING size of 1 character.

This function is only available when the CREATE ENVIRONMENT statement contains the SQL_SYNTAX ORACLE clause or the SET SQL_SYNTAX ORACLE setting is set programmatically.

Syntax

CHR(integer-expression)

Examples

select chr(60) from trans_table;
 
Back to top
dev/sql/functions/chr.txt ยท Last modified: 2016/06/28 22:38 (external edit)