threeperson
发布于 2018-07-29 / 0 阅读
0
0

mysql sql 实现 lastindexof

SELECT SUBSTRING_INDEX('6-1-6238983837173','-',-1) AS imei FROM DUAL;


评论