日期:2013-06-18  浏览次数:20321 次

目前只知道三种数据库 实现这个功用!
mysql:select * from table limit 10
ORACLE:select * from table where rowid<10
msSQL:select top 10 from table