sql求和的问题如上图所示,这个tableGet表,我想要将money求和,同时其他列为空。有什么办法不。 [解决办法]select null as name,null as time,null as id,sum(money),null as [text]from tableGet