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