在變數加小括號。
SELECT TOP (@n) * FROM Products
TOP帶入彙總函數結果。
SELECT TOP (SELECT COUNT(*) FROM Customers) * FROM Products
沒有留言:
張貼留言