This commit is contained in:
sevin7676 2015-04-18 09:09:05 -04:00
commit db0313f2ad

View file

@ -43,7 +43,7 @@ BEGIN
END
-- this mode handles strings properly
DECLARE @sql nvarchar(4000) = N'SELECT TOP(1) OrderID
DECLARE @sql NVARCHAR(4000) = N'SELECT TOP(1) OrderID
FROM Orders
WHERE @OrderDate > GETDATE()'