I have a table, myTable
that has two fields in it ID
and patientID
. The same patientID can be in the table more than once with a different ID. How can I make sure that I get only ONE
instance of every patientID
.?
EDIT: I know this isn't perfect design, but I need to get some info out of the database and today and then fix it later.