select replace('abcdef', 'bc', 'hh')的运行结果为ahhdef。
select replace('abcdef', 'bc', 'hh')的运行结果为ahhdef。
1
select replace('abcdef', 'bc', 'hh')的运行结果为ahhdef。