输入banner图图片脚本导航/分类

几个常用的mysql截取函数

常用的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网其它相关文章!