Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

textvalid [Table of Contents] tsequal

Reference Manual Volumes 1 - 4 (Online Only)

[-] Chapter 2 Transact-SQL Functions
[-] to_unichar

to_unichar

Description

Returns a unichar expression having the value of the integer expression.

Syntax

to_unichar (integer_expr)

Parameters

integer_expr

is any integer (tinyint, smallint, or int) column name, variable, or constant expression.

Usage

Standards

SQL92 - Compliance level: Transact-SQL extension.

Permissions

Any user can execute to_unichar.

See also

Datatypes

text and image datatypes

Functions

char


textvalid [Table of Contents] tsequal