fix case
This commit is contained in:
parent
37a80b35da
commit
db0313f2ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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()'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue