select top(10) * from T1 where Id >= (select MAX(Id) from (select top(20) * from T1 order by Id) as t) 相关文章: 2022-12-23 2022-12-23 2021-11-07 2021-09-26 2022-12-23 2022-12-23 2022-12-23