sql 字符串查找函数
拼串的时候用char(39) 代替单引号,char(37)代替%
set @sql = 'select * from authors where address like '+char(39)+char(37)+@str+char(37)+char(39)
sql 字符串查找函数
sql 字符串查找函数更多相关文章
- 上一篇:没有了
- 下一篇:sql 分割字符串
精彩图集
精彩文章
拼串的时候用char(39) 代替单引号,char(37)代替%
set @sql = 'select * from authors where address like '+char(39)+char(37)+@str+char(37)+char(39)
sql 字符串查找函数
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229