An user has more tasks, 1 : N connection.
Visually:
admin
task1 2011/01/01 00:00:01
task2 2011/01/01 00:00:04
task3 2011/01/01 00:00:02
user2
task1 2011/03/01 00:01:01
task2 2011/03/01 00:01:04
task3 2011/03/01 00:01:02
(see the schema from my previous question)
How to left join the user and the last "task", not get all of them?
The matter is I dont know how to do it with pure SQL... I saw some example here, but they are not working.