POSITION(str1 IN str)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了POSITION(str1 IN str)相关的知识,希望对你有一定的参考价值。

POSITION(str1 IN str) 用于返回字符串 str1 在字符串 str 中的开始位置

mysql> SELECT POSITION(‘ball‘ IN ‘football‘);
+--------------------------------+
| POSITION(‘ball‘ IN ‘football‘) |
+--------------------------------+
| 5                              |
+--------------------------------+

 

 

 

    

以上是关于POSITION(str1 IN str)的主要内容,如果未能解决你的问题,请参考以下文章

逻辑表达式:为啥“str1 in str2 or str2 not in str1”为我的打印语句返回 True?

sql注入tips

字符串

python 字符串截取

makefile 函数

python字符串常用方法