Hi,
I am trying to write a query for a diary application that manages engineers and I am totally stuck on something that I think should really be relatively easy so looking for help. I've been going round in circles with this today and just can't get it right. Basically, I'm trying to run a query that would display any jobs where more than one engineer is visiting the same street on the same day, unless they were assisting each other with the same job.
The relevant columns are:
multiplejob (unique to each job, so assists or multiple slots on the same job will have the same string in this column)
engineer
customer_street
job_date
Any help to point me in the right direction is greatly appreciated!
I am trying to write a query for a diary application that manages engineers and I am totally stuck on something that I think should really be relatively easy so looking for help. I've been going round in circles with this today and just can't get it right. Basically, I'm trying to run a query that would display any jobs where more than one engineer is visiting the same street on the same day, unless they were assisting each other with the same job.
The relevant columns are:
multiplejob (unique to each job, so assists or multiple slots on the same job will have the same string in this column)
engineer
customer_street
job_date
Any help to point me in the right direction is greatly appreciated!