SQL分組查詢,結果只取最新記錄

 select a.* from (select * from TABLE order by create_time desc) a group by a.user_id 這裏查詢的是USER_ID相同的最新一條數據
相關文章
相關標籤/搜索