SQL/MX 3.2.1 Reference Manual (H06.26+, J06.15+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Release 3.2.1 Reference Manual691117-004
8-101
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,')