sea026: select aa.a,aa.b from table aa inner join (select min(a) as a from table group by c) bb on…… [阅读: 501] 2006-04-07 03:30:42 select aa.a,aa.b from table aa inner join ( select min(a) as a from table group by c ) bb on bb.a=aa.a [SIZE=26]用有道,不用道理。[/SIZE]