This is an old revision of the document!


Omnidex SQL Function: $RJ

Description

Right-justify the string.

Syntax

$RJ( character_expression )
character_expression

Required. Any expression that returns a character-class datatype. Examples of expressions are columns, concatenations of columns, literal strings and functions that return a character datatype.

Examples

Example: Column

> SELECT $rj(name) nme FROM individuals;
 
NME
--------------------------------------------------
                                    MS. MARY LEWIS
                             MRS. ALICE R TOLLIVER
                             MR. SIDNEY K TOLLIVER
                           MRS. JENNIFER J HOPKINS
                               MR. CHARLIE HOPKINS
                                 MS. KIMBERLY BLUE
                                   KATHLEEN TUCKER
 
Back to top
dev/sql/functions/rj.1278610136.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)