I have a table: APPS that lists data for applications for a number of applications including its date. I'm trying to build a query to list number of applications per month by month. I have a query listing the 12 months, and I can make other queries to find count the number of apps per month, but joining all those tables seems like a lot of unncessary work just to find the totals for each month.
Is there an easier way to list the COUNT totals for each month, and by the month in a single query?
Thanks, I appreciate it!
Is there an easier way to list the COUNT totals for each month, and by the month in a single query?
Thanks, I appreciate it!