sql server

1、3到5条

select * from table

where col in (select top 5 col from table)  and
      col not in (select top 2 col from table)
posted on 2014-05-22 11:23  _故乡的原风景  阅读(98)  评论(0编辑  收藏  举报