MYSQL中使用sql函數(shù)怎樣截取字符串?
substr(列名,值1,值2) 獲取列名值1和值2之間的數(shù),例如select sunstr(name,2,4) from student where name='lilei'結(jié)果就是ileicharindex(值1,值2) 返回值1在值2中的其實位置charindex ('sql','microsoft.sql.server') 結(jié)果返回11
MYSQL中使用sql函數(shù)怎樣截取字符串?
substr(列名,值1,值2) 獲取列名值1和值2之間的數(shù),例如select sunstr(name,2,4) from student where name='lilei'結(jié)果就是ileicharindex(值1,值2) 返回值1在值2中的其實位置charindex ('sql','microsoft.sql.server') 結(jié)果返回11