你可以用条件控制呀
比如 oracle:
select * from ( select rownum row_num,.... from table_1) where
row_num between 1 and 100;