MaoMao · 2004-11-11 08:54:00 · 阅读: 635 select * from t t1 where t1.c = (select max(t2.c) from t t2 where t2.a = t1.a) <空>