This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:functions:lj [2010/07/08 17:29] els |
dev:sql:functions:lj [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Omnidex SQL Function: $LJ ====== | ====== Omnidex SQL Function: $LJ ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Left-justify the string. | + | Left-justify the character expression. |
| + | |||
| + | This function return a STRING datatype. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 15: | Line 18: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| ==== Example: Column ==== | ==== Example: Column ==== | ||
| - | <code SQL> | + | <code> |
| > select $lj(name) nme from individuals; | > select $lj(name) nme from individuals; | ||
| Line 29: | Line 32: | ||
| </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}} | ||