startswith
function
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
Returns true
if expr
begins with startExpr
.
Arguments
expr
: ASTRING
expression.startExpr
: ASTRING
expression that is compared to the start ofstr
.