ltrim
function
Applies to: Databricks SQL Databricks Runtime
Returns str
with leading characters within trimStr
removed.
Arguments
trimstr
: An optional STRING expression with the string to be trimmed.str
: A STRING expression from which to trim.