select * from bible where btext like '%침례%'; update bible set btext = replace(btext, '침례', '세례') where btext like '%침례%'; commit;