在各种数据库中如何限制检索行数?

80酷酷网    80kuku.com

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














分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: