SQL中TOP,LIMIT,ROWNUM的用法

SQL SERVER/MS Access的Select Top的用法:

Select TOP number|percent table_columname FROM tablename

MySQL/Oracle的SELECT TOP

Select columname FROM tablename LIMIT number

Select columname FROM tablename WHERE ROWNUM < number。

上一篇:解剖SQLSERVER 第七篇 OrcaMDF 特性概述(译)


下一篇:VTK的学习资源