endswith
function
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
The function operates in BINARY mode if both arguments are BINARY. Returns true
if expr
ends with endExpr
.
Arguments
expr
: A STRING or BINARY expression.endExpr
: A STRING or BINARY expression which is compared to the end ofstr
.