当前位置:Gxlcms > mysql > 几个常用的mysql截取函数

几个常用的mysql截取函数

时间:2021-07-01 10:21:17 帮助过:31人阅读

常用的mysql截取函数有:left(), right(), substring(), substring_index()
下面来一一说明一下:
1.左截取left(str, length)


2.右截取right(str, length)


3.substring(str, pos); substring(str, pos, len)


4.substring_index(str,delim,count)

以上就是几个常用的mysql截取函数 的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行