Mysql 更改某一字段的内容为另一字段加上字符串

update `test_table` set fieldname= concat(name,'.png'); 
原文地址:https://www.cnblogs.com/iosdev/p/2796089.html