MySQL multiple joins to get a single result set (with mysql max function)
I am trying to use a max(..) to get the maximum value from a set, but I want to also get the other row values that correspond to this row (or rows if there are multiple rows that match the…