
SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual—640322-001
9-87
Examples of LPAD
•
The following LPAD functions return an error because the count is greater than
the string length:
LPAD('Robert',10)
LPAD('kite', 8, '0')
LPAD('go fly a kite', 23, 'John,')