mysql如何用正则表达式替换_百度知道
最佳答案: select * from p_goods where big_pic REGEXP "([|].*)$"; 想把匹配到的部分,比如|aaa.jpg替换成空字符串, --------------------- ...更多关于MySQL如何实现正则查找替换?的问题>>
求写一份,mysql查找替换正则表达式,_百度知道
最佳答案: update mac_vod set d_remarks ="XXX" where d_type =18 and d_remarks is null更多关于MySQL如何实现正则查找替换?的问题>>