Skip to content

ENDS_WITH

  • string: VARCHAR
  • search_string: VARCHAR
SELECT ends_with('abc', 'bc');