摘要: MySQL: 1、LOCATE(substr , str ):返回子串 substr 在字符串 str 中第一次出现的位置,如果字符substr在字符串str中不存在,则返回0; 2、POSITION(substr IN str ):返回子串 substr 在字符串 str 中第一次出现的位置,如果 阅读全文
posted @ 2017-05-04 14:31 vofill-work 阅读(98719) 评论(0) 推荐(2) 编辑