当前位置:网站首页>MySQL locates the position of the character in the string String substitution

MySQL locates the position of the character in the string String substitution

2022-06-13 00:35:00 Flying husky

MySQL Position the character in the string . String substitution

1. FIND_IN_SET(str, strlist)

 

2. POSITION(str IN strlist)

3. INSTR(strlist, str)

 

4. LOCATE(strlist, str, start)

 

 

5. REPLACE(strlist, str, newStr)

原网站

版权声明
本文为[Flying husky]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202280600042185.html