|
1
8
|
|
|
2
3
尼克, 尝试使用right(str,len)函数。 http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_right 我不确定字符串是否短于长度,因为我没有访问mysql的权限,但它可能会做您想要的事情。 |