Eddyoftheyear
Technical User
Hi All,
I need to pull the top six provider who has the highest number of apppointments from each depts in the following statement:
SELECT Query2.Depts, Query2.[Full Name], Query2.CountOfAppointment
FROM Query2;
I need to pull the top six provider who has the highest number of apppointments from each depts in the following statement:
SELECT Query2.Depts, Query2.[Full Name], Query2.CountOfAppointment
FROM Query2;