LOCATE
Returns the position of the first occurrence of a substring in a string
LOCATE(substr, str, [start_position])
strThe string in which the substring is searched for
start_positionOptional. Search start position
Examples
SELECT LOCATE('world', 'Hello world')