字符串截取与替换函数 Posted on 21 7 月, 202321 7 月, 2023 by Jiachen 1、从左边或右边截取子字符串 left(str,num); right(str,num); 返回字符串str中… Read the full article
查找字符串函数 Posted on 20 7 月, 2023 by Jiachen 1、返回字符串位置的find_in_set()函数 find_in_set(str1,str2); 该函数会返… Read the full article
大小写转换函数 Posted on 20 7 月, 2023 by Jiachen 1、将字母转换为大写: upper(); ucase(); 2、将字母转换为小写: lower(); lcas… Read the full article