我的数据库中有两个表,它们在不同表的不同列中具有共同的值。我想用数据库中所有表的新值替换该值
例如:
表1:
id gid pid
1 local new
2 remote old
3 local local
4 remote new
表2:
id gid pid
1 local new
2 new old
3 local local
4 remote local
我想10.0.0.0
在数据库标签中的所有表中用 IP 替换“本地”单词。