语法:SUBSTRING_INDEX(str, delim, count),参数说明:str :字符串或字段名,delim :截取位置字符,count :开始截取位置,负数是从尾部开始计算。
关注时代Java