代码改变世界

oracle 排序 求和

2017-04-20 16:03 by 冯石, 673 阅读, 0 推荐, 收藏,
摘要:select t.实测纬度,t.实测经度,sum(t.个数) from yys_dxswdl t where t.航次编号 = 'A120160422A' group by t.实测纬度,t.实测经度 ; 阅读全文