Home > Database > Mysql Tutorial > 在各种数据库中如何限制检索行数?_MySQL

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 14:05:57
Original
1845 people have browsed it

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

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template