1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Rename samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql to samples/demos/LQS/Live Query Stats - Own Session.sql

This commit is contained in:
Amit Banerjee
2017-02-04 02:20:06 -08:00
committed by GitHub
parent 47e97570b6
commit b82f04ba1f

View File

@ -58,4 +58,4 @@ GO
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
) SELECT * FROM Prices; ) SELECT * FROM Prices;
GO GO