Select Top m-n+1 * from (SELECT * from EP_NOTEBOOK) t
where notebook_no not in (Select Top n-1 notebook_no from (SELECT * from 
EP_NOTEBOOK) tt order by
 notebook_no desc)
order by notebook_no desc
	posted on 2010-06-01 15:55 
长春语林科技 阅读(209) 
评论(0)  编辑  收藏  所属分类: 
sqlserver