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