SELECT top 1 *
  FROM [GpsNew].[dbo].[InstrumentType] where InstrumentID not in
(select top 10 InstrumentID from InstrumentType)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-08-23
  • 2022-12-23
  • 2021-12-17
猜你喜欢
  • 2021-08-08
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2021-10-04
相关资源
相似解决方案