missing execute in demo doc
This commit is contained in:
parent
75f66697f6
commit
37a80b35da
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ BEGIN
|
|||
WHERE @OrderDate > GETDATE()'
|
||||
|
||||
-- this mode is aware of build in stored procedures
|
||||
sp_executesql @sql
|
||||
EXECUTE sp_executesql @sql
|
||||
|
||||
-- demonstrating some syntax highlighting
|
||||
SELECT Orders.OrderID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue