lpad
function (Databricks SQL)
Returns expr
, left-padded with pad
to a length of len
.
Arguments
expr
: A STRING or BINARY expression to be padded.len
: An INTEGER expression specifying the length of the result stringpad
: An optional STRING or BINARY expression specifying the padding.