char

Converts a single-byte integer value to a character value (char is usually used as the inverse of ascii), returning the character equivalent of an integer.

Syntax

char(integer_expr)

Parameters

Examples

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute char.