Difference between revisions of "ROWIDTOCHAR()"

From Lianjapedia
Jump to: navigation, search
Line 21: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion Functions]]
 
[[Category:Expressions and Type Conversion Functions]]

Revision as of 06:43, 4 February 2013

Purpose

Function to return a numeric as a ten character string with leading zeros

Syntax

ROWIDTOCHAR(<expN1>)

See Also

INT(), LPAD(), RPAD(), STR(), STRZERO(), TRANSFORM(), VAL()

Description

The ROWIDTOCHAR() function converts the numeric expression <expN1> to a right justified ten character string.

Example

? rowidtochar(1234)
0000000123

Products

Lianja, Lianja Server