I have a table "rdv" like this
I want to select all the rows of the lastest date, in this case, the 3 rows of 2017-04-29, I tried the query from Get the latest date from grouped MySQL data, but it can only select the last one rows
So how to select all the rows of the lastest date?