For the complete documentation index, see llms.txt. This page is also available as Markdown.

POSITION

Synonym for LOCATE(). Returns the position of the first occurrence of a substring within a string.

Syntax

POSITION(substr IN str)

Description

POSITION(substr IN str) is a synonym for LOCATE(substr,str).

The function is part of ODBC 3.0.

This page is licensed: GPLv2, originally from fill_help_tables.sql

spinner

Last updated

Was this helpful?