LOCATE « String Functions « MySQL Tutorial






23.23.LOCATE
23.23.1.LOCATE(substr,str): Returns the position of the first occurrence of substring substr in string str
23.23.2.LOCATE 'a' letter in the first name
23.23.3.LOCATE(substr,str,pos)