Hi,
I would like to transform via a select query a table of the form: PatientMeds(PatientID,Med)
to the form: TransformedPatientMeds(PatientID,Med1,Med2,...Med_n)
I know the names of the specific Meds and can specify them explicitly. After the transformation I would add criteria for example...
I would like to know how to get the data associated with the most recent record for each value of a given field i.e.:
Orders(OrderID, OrderDate, Customer, Item)
Find the most recent order for each customer and return the item for that order.
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.