minmai 发表于 2013-1-29 16:23:06

mysql批量添加前缀后缀

update books set bookname=concat('《',bookname,'》');
页: [1]
查看完整版本: mysql批量添加前缀后缀