文件名称:SQLlike实现方法
文件大小:390B
文件格式:TXT
更新时间:2017-10-12 03:39:41
SQL like
SQL like子句的另一种实现方法 下面两种方法也可实现模糊查询: select from table where patindex "%字符%" a >0 select from table where charindex "字符" a >0
文件名称:SQLlike实现方法
文件大小:390B
文件格式:TXT
更新时间:2017-10-12 03:39:41
SQL like
SQL like子句的另一种实现方法 下面两种方法也可实现模糊查询: select from table where patindex "%字符%" a >0 select from table where charindex "字符" a >0