摘要: select top 5 ID from ActionInfo where ID not in (select top 20 ID from ActionInfo order by ID) order by ID select top 5 ID from ActionInfo where not e 阅读全文
posted @ 2018-04-11 23:00 ProZkb 阅读(312) 评论(0) 推荐(0)