MySQL高效模糊搜索之内置函数locate instr position find_in_set使用详解常用的一共有4个方法,如下: 1.使用locate()方法 普通用法:SELECT`column`from`table`wherelocate('keyword',`condition`)>0类似于java的indexOf();不过locate()只要找到返回的