

INSERT(str ,x,y,instr)函数:将字符串 str 从第 x 位置开始,y 个字符长的子串替换为字符 串 instr





IFNULL(value1,value2)函数:这个函数一般用来替换 NULL 值的



INSERT(str ,x,y,instr)函数:将字符串 str 从第 x 位置开始,y 个字符长的子串替换为字符 串 instr





IFNULL(value1,value2)函数:这个函数一般用来替换 NULL 值的

原文:https://www.cnblogs.com/JasonPeng1/p/12234406.html