当前位置:Gxlcms > mysql > mysql截取函数常用方法使用说明_MySQL

mysql截取函数常用方法使用说明_MySQL

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

bitsCN.com

常用的mysql截取函数有:left(), right(), substring(), substring_index()

下面来一一说明一下:

1.左截取left(str, length)

mysql截取函数left()

2.右截取right(str, length)

mysql截取函数right()

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

mysql截取函数substring()

4.substring_index(str,delim,count)

mysql截取函数substring_index()

bitsCN.com

人气教程排行