回複:非常感謝 nice2u回答了我問的SQL問題, it works!

如果是SAS, 不用那麽複雜。不是SAS,下麵的SQL就不行了。

select min(begdate) as begdate, enddate
from sometable
having enddate = max(enddate);

請您先登陸,再發跟帖!