ENDS_WITH
Returns whether a string ends with another string. The comparison is case-sensitive.
Syntax
ENDS_WITH(expression1 string, expression2 string) → bit
expression1: The input expression to search.
expression2: The string to search for in the specified expression.
Examples
ENDS_WITH example
Last updated