1. 程式人生 > >db2查詢行數的限制

db2查詢行數的限制

select id,name from administrator.dbtable14 fetch first  1000 rows only

使用 fetch first  1000 rows only 限制返回的行數,mysql使用limit,   oracle使用rownum