Same database as all my other questions, but this time the request is that each case has a duration field.
Is there an easy way to have a single query give a count of how many cases were considered light, medium or heavy given that light is a duration of 0-2 hours, medium is 3-5 hours and heavy is 6+.
The only thing I could think of was to have a query for light, medium and heavy to do the counts for me. But I was curious if there's a way to have one query do it.
Is there an easy way to have a single query give a count of how many cases were considered light, medium or heavy given that light is a duration of 0-2 hours, medium is 3-5 hours and heavy is 6+.
The only thing I could think of was to have a query for light, medium and heavy to do the counts for me. But I was curious if there's a way to have one query do it.