MaoMao · 2004-11-11 09:22:21 · 阅读: 697 select * from t t1 where (t1.c+t1.d) = (select max(t2.c+t2.d) from t t2 where t2.a = t1.a) <空>