D
Dan
Hi
I am struggling to create the following query.
Any idea?
I have a table with 3 fields that I need to analyse.
I need to find out a list of exception - people ( First_Name & Last_Name)
that have declared different distance from school - they can declare
duplicate but not different.
For example:
First_Name Last_Name Distance_School
Mark Hunter 10
John Dun 10
Mark Low 10
Lara Dun 10
David Guny 10
John Dun 10
Mark Low 5
Mark Hunter 10
John Dun 5
Lara Dun 10
Will need to give me the following 2 names:
John Dun (because he is sometimes 10, sometimes 5)
Mark Low (because he is sometimes 10, sometimes 5)
Many thanks,
Dan
I am struggling to create the following query.
Any idea?
I have a table with 3 fields that I need to analyse.
I need to find out a list of exception - people ( First_Name & Last_Name)
that have declared different distance from school - they can declare
duplicate but not different.
For example:
First_Name Last_Name Distance_School
Mark Hunter 10
John Dun 10
Mark Low 10
Lara Dun 10
David Guny 10
John Dun 10
Mark Low 5
Mark Hunter 10
John Dun 5
Lara Dun 10
Will need to give me the following 2 names:
John Dun (because he is sometimes 10, sometimes 5)
Mark Low (because he is sometimes 10, sometimes 5)
Many thanks,
Dan