幾個常用的mysql截取函數(shù)
發(fā)表時間:2023-09-03 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]常用的mysql截取函數(shù)有:left(), right(), substring(), substring_index()下面來一一說明一下:1.左截取left(str, length)2.右截取right(str, length)3.substring(str, pos); substring(...
常用的mysql截取函數(shù)有: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截取函數(shù) 的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
學(xué)習(xí)教程快速掌握從入門到精通的SQL知識。