Maison  >  Article  >  développement back-end  >  在各种数据库中如何限制检索行数?_PHP教程

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

WBOY
WBOYoriginal
2016-07-13 17:00:55764parcourir

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

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631207.htmlTechArticle目前只知道三种数据库 实现这个功能! mysql:select * from table limit 10 ORACLE:select * from table where rowid10 msSQL:select top 10 from table...
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn