Skip to content

Commit b82f04b

Browse files
author
Amit Banerjee
authored
Rename samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql to samples/demos/LQS/Live Query Stats - Own Session.sql
1 parent 47e9757 commit b82f04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ GO
5858
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
5959
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
6060
) SELECT * FROM Prices;
61-
GO
61+
GO

0 commit comments

Comments
 (0)