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