简介

简单

select user_id, max(date) from
login
group by user_id
order by user_id;
posted on 2021-07-01 11:04  HDU李少帅  阅读(52)  评论(0编辑  收藏  举报