Skip to content

Commit 5d22c7b

Browse files
committed
Runtime: 932 ms (Top 99.13%) | Memory: 0 MB (Top 100.00%)
1 parent 9496714 commit 5d22c7b

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,3 +1,4 @@
1-
SELECT customer_id, COUNT(customer_id) AS count_no_trans
1+
-- Runtime: 932 ms (Top 99.13%) | Memory: 0 MB (Top 100.00%)
2+
ELECT customer_id, COUNT(customer_id) AS count_no_trans
23
FROM Visits WHERE visit_id NOT IN(SELECT visit_id FROM Transactions)
3-
GROUP BY customer_id;
4+
GROUP BY customer_id;

0 commit comments

Comments
 (0)