输入banner图图片脚本导航/分类

数据库查询前10条数据

* from table where rownum<=10;   DB2中查询  
select * from table fetch first 10 rows only;
  MySql中查询  
select *  from table limit 10;

数据库查询前10条数据

标签:数据   first   db2   sel   acl   sql   span   rac   fetch