合并bc两列
UPDATE
`test`
SET
`a`=concat(`b`,`c`)
清空a列
`a` =
NULL
用sql合并列,两句话合为一句
原文:http://www.cnblogs.com/ytkah/p/3523090.html