DB2查询前100到后200之间的数据

select
  T.sicCd form Table T 
where
  T.sicCd not in ( 
    select
      sicCd 

   form 

      Table 

        fetch first 100 rows only
  ) fetch first 100 rows only
原文地址:https://www.cnblogs.com/Linger-wj/p/5228181.html