Skip to content

ends_with

Returns true if <expr1> ends with <expr2>. Both expressions must be strings.

ends_with( <expr1> , <expr2> )

Returns a boolean. The value is TRUE if <expr1> ends with <expr2>. Returns NULL if either input expression is NULL. Otherwise, returns FALSE.

ScopeDB Logo ScopeDB
© 2025 ScopeDB. All rights reserved.