最佳答案
我怎么能有一个动态变量设置行量返回SQL Server?以下语法在SQL Server 2005+中无效:
DECLARE @count int
SET @count = 20
SELECT TOP @count * FROM SomeTable