Skip to content

Commit 3c96de4

Browse files
authored
Create 2082-the-number-of-rich-customers.sql
1 parent f564eff commit 3c96de4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2082-the-number-of-rich-customers.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Write your MySQL query statement below
2+
SELECT COUNT(DISTINCT customer_id) AS rich_count FROM Store WHERE amount > 500;

0 commit comments

Comments
 (0)