Hi All!
I'm trying to build a query which something similar to the following
select count(LATA) from ohsnap where 45 Day ATS >=5 group by LATA order by LATA ASC;
Which returns the count result I'm looking for but I'd like to be able to display the associated LATA => Count. Is there any way to do this?
Thanks,
Drew-