SET ROWCOUNT 3; SELECT TOP 5 * FROM Customer;. The above query returns only the first 3 rows in the result set. Consider running the same query with the row ...
確定! 回上一頁