Skip to content

Instantly share code, notes, and snippets.

@matthewpoer
Created August 27, 2013 16:10
Show Gist options
  • Save matthewpoer/6355610 to your computer and use it in GitHub Desktop.
Save matthewpoer/6355610 to your computer and use it in GitHub Desktop.
Monthly Opps report for CE
select sum(amount),month(date_closed) from opportunities where sales_stage in ('Closed Won','Closed_in_Development') group by year(date_closed),month(date_closed) order by date_closed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment