Return
day: the calendar dateavg_revenue_per_order: average revenue per order for that day (across all regions)signup_count is at least 100, and order the results by day in ascending order.Expected output
| day | avg_revenue_per_order |
|---|---|
| 1 row — values hidden, that's the puzzle | |
Your query should return 1 row with these columns. Your column aliases don't need to match.