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
|