INSTR() 函数返回一个字符串在另一个字符串中第一次出现的位置。
该函数执行不区分大小写的搜索。
INSTR(
string1,
string2)
Parameter | Description |
---|---|
string1 | Required. The string that will be searched |
string2 | Required. The string to search for in string1. If string2 is not found, this function returns 0 |
工作于: | 从 MySQL 4.0 开始 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!