mysql替换用法,以下表【oa_test】的字段中包含的链接进行从【abc】替换到【test】:

UPDATE oa_test SET fscyy_test_repository_contents = REPLACE(fscyy_test_repository_contents, 'http://abc:9081', 'http://test:9068') WHERE fscyy_test_repository_contents LIKE '%http://abc:9081%';