select * from tb t where id=(select top 1 id from tb where bigclassid=t.bigclassid) order by itime
select * from [Table] a where not exists(select 1 from [Table] where bigclassid=a.bigclassid and itime>a.itime) order by itime
22,301
社区成员
121,734
社区内容
加载中
试试用AI创作助手写篇文章吧