Created
August 27, 2013 16:10
-
-
Save matthewpoer/6355610 to your computer and use it in GitHub Desktop.
Monthly Opps report for CE
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 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