会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乱码出黑客
博客园
首页
新随笔
联系
订阅
管理
2016年11月16日
mysql判断一个字符串是否包含某子串
摘要: 使用locate(substr,str)函数,如果包含,返回>0的数,否则返回0 例子:判断site表中的url是否包含'http://'子串,如果不包含则拼接在url字符串开头 update site set url =concat('http://',url) where locate('htt
阅读全文
posted @ 2016-11-16 10:09 乱码出黑客
阅读(3236)
评论(0)
推荐(0)
编辑
公告