UPDATE `test` SET `str`=concat(str,'.html') WHERE 1

concat函数使用方法:
CONCAT(str1,str2,…)
返回结果为连接参数产生的字符串。如有任何一个参数为NULL ,则返回值为[……]

阅读全文