SQL

DECLARE @topCount INT =1
SELECT TOP (@topCount) * FROM dbo.B_MemberRecBox

原文地址:https://www.cnblogs.com/volts0302/p/5969174.html