Many to one Table Join
Dear Sir/Madam, I have two tables that I need joined Two requests: Request 1) Table 1 has multiple entries per day Table 2 has 1 entry per day I would like to join the tables matching "Parameter Set Name and Timestamp" to create a table like this. How do I do that? Request 2) Given the First two tables how do I join them so that for every given day I get only the last value for Parameter X as ...