DB
FunctionsString

lpad

Pads each value on the left until it reaches the requested byte length. Uses an optional pad string or a single space.

lpad(…) → Dynamic

Kind · scalar

Pads each value on the left until it reaches the requested byte length. Uses an optional pad string or a single space.

Part of the String family.