select * from bible where btext like '%浸禮%'; update bible set btext = replace(btext, '浸禮', '洗禮') where btext like '%浸禮%'; commit;