select gmt from history.cachemap order by gmt asc limit 0,1;
..this returns gmt: 2012-05-03
select gmt from history.cachemap order by gmt desc limit 0,1;
..this returns gmt: 2012-09-15
私が使用しているデータベースの背景を少し説明します。数百万のレコードのリストから最も古い日付フィールドと最新の日付フィールドを取得しようとしています。
今週初めに私はこの質問を投稿しました:
この質問は完全に回答されましたが、このタイプのクエリには当てはまりません。