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