DISC

Contents | What's New | Quick Links

 

SQL Functions

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

$RJ

 

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

The return datatype is C STRING.

Syntax

Example

SQL Reference

Commands

Functions

 

Syntax

$RJ(string)

$RJ()

Required.

string

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

top

 

Example

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

Dynamic Information Systems Corporation
Dynamic Information Systems Corporation

 

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home