Mysql常用函数的汇总,可看下面系列文章
https://www.cnblogs.com/poloyy/category/1765164.html
截取指定范围的字符串,学过Java的同学,对这个应该不陌生,字符串函数也有一个substring,作用一样哈
SUBSTRING(s,n,len)
Mysql 常用函数(5)- substring 函数
原文:https://www.cnblogs.com/poloyy/p/12893970.html