select * from ( select your_view.*, row_number()over(PARTITION BY id order by time) num from your_view )t where num=1;
3477
社区成员
1.8w+
社区内容