select top 1 name from nchladata..sysobjects where xtype='U' and id not in(select top 55 id from nchladata..sysobjects where xtype='U')

 

select top 1 name from test where name in (select top 1 name from test order by name desc) order by name asc

 

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-08-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2022-01-25
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案