lpad
This section contains reference documentation for the LPAD function.
Last updated
Was this helpful?
This section contains reference documentation for the LPAD function.
string padded from the left side with pad to reach final size
LPAD(col, size, pad)
SELECT LPAD('Hello, World', '20', '*') AS value
FROM ignoreMe********Hello, World
Last updated
Was this helpful?
Was this helpful?

