sql一个表中两个字段,合并求和

SELECT SUM(字段a+'.'+字段b) as total  from TABLE