sql="select a,sum(b) from a group by a,b" 2个sql语句都得到相同结果: 1 2 1 4 2 4 2 34 也就是说sum没有起到作用如何让聚集函数sum有累加的 ...
www.google.com.tw