We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f564eff commit 3c96de4Copy full SHA for 3c96de4
2082-the-number-of-rich-customers.sql
@@ -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