合并bc两列

UPDATE `test` SET `a`=concat(`b`,`c`) 

 清空a列

UPDATE `test` SET `a` = NULL

 

相关文章: