I have the following mysql query
select * from operatories o left join apts ap on o.location = ap.Location and o.operatory = ap.Operatory;
I