Skip to content

Commit 6b9d26d

Browse files
authored
Update the-users-that-are-eligible-for-discount.sql
1 parent 2d6350e commit 6b9d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/the-users-that-are-eligible-for-discount.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n)
1+
# Time: O(nlogn)
22
# Space: O(n)
33

44
CREATE PROCEDURE getUserIDs(startDate DATE, endDate DATE, minAmount INT)

0 commit comments

Comments
 (0)