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

tsequal [Table of Contents] ulowsurr

Reference Manual Volumes 1 - 4 (Online Only)

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

uhighsurr

Description

Returns 1 if the Unicode value at position start is the high half of a surrogate pair (which should appear first in the pair). Returns 0 otherwise.

Syntax

uhighsurr(uchar_expr, start)

Parameters

uchar_expr

is a character-type column name, variable, or constant expression of unichar, or univarchar type.

start

specifies the character position to investigate.

Usage

Standards

SQL92 - Compliance level: Transact-SQL extension.

Permissions

Any user can execute uhighsurr.

See also

Functions

ulowsurr


tsequal [Table of Contents] ulowsurr