Hi,
I have table 'patientdata' consisting of patient data in three columns fname, lname and loc.
I want to have a query that shows which of these patients were diagnosed in more than one location.
Here is sample table:
fname lname loc
tom hanks mi
tom hanks ca
jon trevolta nj
jon trevolta nj
tom hanks mi
jim kerry md
Answer should be:
tom hanks mi
tom hanks ca
Thanks in advance
Chintan
I have table 'patientdata' consisting of patient data in three columns fname, lname and loc.
I want to have a query that shows which of these patients were diagnosed in more than one location.
Here is sample table:
fname lname loc
tom hanks mi
tom hanks ca
jon trevolta nj
jon trevolta nj
tom hanks mi
jim kerry md
Answer should be:
tom hanks mi
tom hanks ca
Thanks in advance
Chintan
Comment