标签:数据 first db2 sel acl sql span rac fetch
select * from table where rownum<=10;
select * from table fetch first 10 rows only;
select * from table limit 10;
数据库查询前10条数据
原文地址:http://www.cnblogs.com/fxust/p/7158097.html