Hi all,
I have a query that returns a list of ten items.
Select distinct(departmentInfo.Dept)
FROM departmentInfo;
Is there a way to modify this query to give me the count rather than the list (in one query, I'm trying not to break it up)
I'm just looking for a result of '10'.
Thanks everyone.
PB
I have a query that returns a list of ten items.
Select distinct(departmentInfo.Dept)
FROM departmentInfo;
Is there a way to modify this query to give me the count rather than the list (in one query, I'm trying not to break it up)
I'm just looking for a result of '10'.
Thanks everyone.
PB