Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dev:sql:functions:rj [2010/07/09 03:37]
els
dev:sql:functions:rj [2010/07/09 03:37]
els
Line 5: Line 5:
 Right-justify the character expression. Right-justify the character expression.
  
-This function returns ​the same datatype ​as the passed parameter.+This function returns ​a C STRING ​datatype.
  
 ===== Syntax ===== ===== Syntax =====
Line 18: Line 18:
 ===== Examples ===== ===== Examples =====
 ==== Example: Column ==== ==== Example: Column ====
-<​code ​SQL>+<​code>​
 > select $rj(name) nme from individuals;​ > select $rj(name) nme from individuals;​
  
 
Back to top
dev/sql/functions/rj.txt ยท Last modified: 2016/06/28 22:38 (external edit)