SQLSERVER数据库:select top N * from table
ORACLE数据库:select * from table where rownum <= N
SQLITE数据库:select * from table limit N
SQLSERVER数据库:select top N * from table
ORACLE数据库:select * from table where rownum <= N
SQLITE数据库:select * from table limit N
680

被折叠的 条评论
为什么被折叠?