This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:functions:rj [2010/07/08 17:28] els |
dev:sql:functions:rj [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Omnidex SQL Function: $RJ ====== | ====== Omnidex SQL Function: $RJ ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Right-justify the string. | + | Right-justify the character expression. |
| + | |||
| + | This function returns a STRING datatype. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 15: | Line 18: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| ==== Example: Column ==== | ==== Example: Column ==== | ||
| - | <code SQL> | + | <code> |
| > select $rj(name) nme from individuals; | > select $rj(name) nme from individuals; | ||
| Line 28: | Line 31: | ||
| KATHLEEN TUCKER | KATHLEEN TUCKER | ||
| </code> | </code> | ||
| + | ====== Additional Resources ====== | ||
| + | |||
| + | See also: | ||
| + | {{page>dev:sql:functions:see_also_string&nofooter&noeditbtn&noheader}} | ||
| + | |||
| {{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} | ||