September 13, 20169 yr I'm trying to wrap my head around using ExecuteSQL() to produce the following results but I could use some help. I have a table of projects with a field for status. I would like to query the table to get a list of all the statuses and how many projects contain each status. Active,10 Inactive,15 Cancelled,2 Completed,25
Create an account or sign in to comment