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

HTTP.SP_SIGNATURE

This function converts someone's name into the proper upper and lower case letters.

Syntax

FUNCTION SP_SIGNATURE
(
    BUFFER                        VARCHAR2
)
RETURN VARCHAR2;

Parameters

Parameter Description
buffer
 
The name that is to be cased.

Returns

A string with the first letter upper-cased.

Example

The following example illustrates how to call sp_signature.

select sp_signature('DENIS D. WORKMAN') from dual


-------------------------------------------------
Denis D. Workman



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