728x90
1. MSSQL
SELECT TOP 100 name, age, dept from [table๋ช
];
2. ORACLE
SELECT name, age, dept from [table๋ช
] where rownum<=n;
3. MySQL
SELECT name, age, dept from [table๋ช
] LIMIT n;
728x90
1. MSSQL
SELECT TOP 100 name, age, dept from [table๋ช
];
2. ORACLE
SELECT name, age, dept from [table๋ช
] where rownum<=n;
3. MySQL
SELECT name, age, dept from [table๋ช
] LIMIT n;