赞
踩
LOCATE(substring,str)返回substring在字符串str中第一次出现的位置
LOCATE(substring,str ,pos)返回substring在字符串str的pos位置之后第一次出现的位置。
如果不包含该str,则返回0。