startswith
function
Applies to: Databricks SQL
Databricks Runtime 10.3 and above
Returns true
if expr
begins with startExpr
.
Arguments
expr
: A STRING expression.startExpr
: A STRING expression which is compared to the start ofstr
.