Examples of LOCATE function usage: SELECT LOCATE ('world', 'Hello world!'); SELECT LOCATE ('world', 'Hello world!', 4);