We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e9757 commit b82f04bCopy full SHA for b82f04b
samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql renamed to samples/demos/LQS/Live Query Stats - Own Session.sql
@@ -58,4 +58,4 @@ GO
58
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
59
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
60
) SELECT * FROM Prices;
61
-GO
+GO
0 commit comments