I have a table that has a list of dates and Doctor Names and Patient Numbers. This table contains a history of the attending doctors for a given patient. The current doctor is the one with the greatest date for a given patient.
I do not have access to SQL so I cannot create a stored procedure to return the desired data.
Any hints would be a great help
I do not have access to SQL so I cannot create a stored procedure to return the desired data.
Any hints would be a great help