Dear All,
I found a mistake in the example of the help message of lpad function.
<code>lpad('Hello', 10, 'x') → 'Helloxxxxx'</code>
the correct example would be
<code>lpad('Hello', 10, 'x') → 'xxxxxHello'</code>
I can't change it. Can somebody correct it?
Regards,
Zoltan