mysql两列合成一列

update manage set mark = concat(mark,remark)

select concat(mark,remark) as pp from manage
原文地址:https://www.cnblogs.com/shuilangyizu/p/8065595.html