Sybernet / Supplied Functions Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.RIGHT

This function returns the part of the character expression starting the specified number of characters from the right. Return value has the same datatype as the character expression.

Syntax

FUNCTION RIGHT
(
    CHAR_EXP                      VARCHAR2
,   N                             NUMBER
)
RETURN VARCHAR2;

Parameters

Parameter Description
char_exp
 
The character string to be operated on.
n
 
The number of characters starting from the right to be returned.

Returns

VARCHAR2

Example

The following example illustrates how to call right.

select http.right('HelloWorld',5) from dual


--------------------------------------
World



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/