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
長春語林科技 閱讀(182)
評論(0) 編輯 收藏 所屬分類:
sqlserver