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