M
Mark
Having a hard time with this. I want to count how many unique Nest_To_Cont I
have for a particular Zone and Time.
I’m using something like this, but it is counting duplicates in the
Nest_to_Cont field, thus giving me more then expected.
Select Distinct Zone, Time, Count(nest_to_cont) AS Total
Group by, Zone, Time
What am I doing wrong?
have for a particular Zone and Time.
I’m using something like this, but it is counting duplicates in the
Nest_to_Cont field, thus giving me more then expected.
Select Distinct Zone, Time, Count(nest_to_cont) AS Total
Group by, Zone, Time
What am I doing wrong?