要求:
一个字段值:
………………预约…………
要将其中 “预约”,改成“预定”。
但是我开始写的时候,写成了
1 update 表名 set smscontent = replace ('预约','预定') where id=10;