Created
January 31, 2024 03:16
-
-
Save julie-mills/ec916f94ed41de0cdd518d070f4b24f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM mv_daily_sales_summary | |
WHERE seller_id = 'seller_123' | |
AND sale_date = '2024-01-30'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment