SQL Reference
ENDS_WITH
ends_with(string, search_string)
Section titled “ends_with(string, search_string)”- string: VARCHAR
- search_string: VARCHAR
Example
Section titled “Example”SELECT ends_with('abc', 'bc');SQL Reference
SELECT ends_with('abc', 'bc');