Skip to content

STARTS_WITH

  • string: VARCHAR
  • search_string: VARCHAR
SELECT starts_with('abc', 'a');