Viewing 7 posts - 1 through 8 (of 8 total)
sorry for not providing you with clear details. let try get them with some sample data as well
June 15, 2017 at 3:37 pm
here it is in detail
select
referringdoctor, city,state,zip,count(distinct patientid) as cnt from nationaltable group by referringdoctor, city,state,zip--gave me for a specific doc 1000 cnt
referringdoctor, city,state,zip,referredto,count(distinct patientid) as...
June 15, 2017 at 12:10 pm
YES with couple of local recruiters but nobody seemed to be interested.
February 11, 2014 at 12:45 pm
Viewing 7 posts - 1 through 8 (of 8 total)