Skip to content

Commit 11ba580

Browse files
committed
Runtime: 405 ms (Top 92.65%) | Memory: 0 MB (Top 100.00%)
1 parent 6583b2a commit 11ba580

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
SELECT Name as Customers from Customers
1+
-- Runtime: 405 ms (Top 92.65%) | Memory: 0 MB (Top 100.00%)
2+
ELECT Name as Customers from Customers
23
LEFT JOIN Orders
34
ON Customers.Id = Orders.CustomerId
4-
WHERE Orders.CustomerId IS NULL;
5+
WHERE Orders.CustomerId IS NULL;

0 commit comments

Comments
 (0)