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