Skip to content

Commit b72fb2b

Browse files
Update leetcode_2082.md
1 parent f1d58d6 commit b72fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode_2082.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ Customer 3 has one bill with an amount strictly greater than 500.
6666
# Solution
6767

6868
```
69-
select count(distinct customer_id) as rich_count from leetcode.Store_2082 where amount > 500;
69+
select count(distinct customer_id) as rich_count from Store_2082 where amount > 500;
7070
```

0 commit comments

Comments
 (0)