SQL Server query to return the top n records using the TOP command: SELECT TOP 10 * FROM Worker ORDER BY Salary DESC;
確定! 回上一頁