POSITION

POSITION(searchString, string)

Description

Returns the location of a search string in a string. See also LOCATE.

Examples

SELECT POSITION('.', NAME) FROM Players;