Skip to content

Commit 09f5f4e

Browse files
authored
Update customers-who-bought-products-a-and-b-but-not-c.sql
1 parent 64190f9 commit 09f5f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MySQL/customers-who-bought-products-a-and-b-but-not-c.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(n)
2-
# Space: O(m)
1+
# Time: O(m + n)
2+
# Space: O(m + n)
33

44
SELECT c.customer_id,
55
c.customer_name

0 commit comments

Comments
 (0)