SQL/MX 3.1 Reference Manual (H06.23+, J06.12+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Release 3.1 Reference Manual663850-001
9-96
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,')