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