mysql select * from (select * from t2 order by gid,col2 desc) as t group by gid 这条sql语句执行完之后,为什么gid的排序是增序的???