Synonym for LOCATE(). Returns the position of the first occurrence of a substring within a string.
POSITION(substr IN str)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