Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created January 31, 2024 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julie-mills/ec916f94ed41de0cdd518d070f4b24f4 to your computer and use it in GitHub Desktop.
Save julie-mills/ec916f94ed41de0cdd518d070f4b24f4 to your computer and use it in GitHub Desktop.
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