替换一个表中包含某字符串为另外一个字符串

471 471
PostgreSql
sam
sam 2024-06-06 12:09:10

代码

update adf_module
set url = regexp_replace(url, '/ManageMvc/', '/Manage/', 'g');

说明

采用正则表达式进行替换

回帖
  • 消灭零回复
作者信息
相关文章