Most Recent Date Sql
-
Hello,
I'm trying to get the most recent date from my table with no success, here is my query
Configuration: Windows / Chrome 67.0.3396.99
I'm trying to get the most recent date from my table with no success, here is my query
SELECT *, MAX(date_message) FROM conversations LEFT JOIN users ON users.id = conversations.id_sender WHERE id_receiver = 350 GROUP BY id_sender
Configuration: Windows / Chrome 67.0.3396.99