数据库字段替换

UPDATE table_name
SET name = REPLACE (
name,
'class1',
'class4'
);

posted @ 2022-09-13 11:48  谢凌  阅读(30)  评论(0编辑  收藏  举报