今天想实现Sql Server的Top 5之类的功能,Oracle当中可以用Rownum来控制,在DB2当中稍微麻烦点。 DB2: Select * from CIXZIT910 fetch first 10 rows only.