Skip to content

SQL Reference

ENDS_WITH

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