This is an old revision of the document!


DRAFT

Omnidex SQL Function: $RJ

Description

The $RJ function will right-justify a string by eliminating the trailing white space and inserting leading spaces as needed.

The return data type is C STRING.

Syntax

$RJ(string)

string Required. The string that is to be right justified. This can be a string literal or other scalar_expression resulting in a string.

Example

Example 1

select $LJ(company), $RJ(company) from customers where company='systems'

Dynamic Information Systems Corporation Dynamic Information Systems Corporation

 
Back to top
dev/sql/functions/rj.1260197271.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)