01-24-2008, 07:30 PM
|
#4 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
Code:
SELECT r.*, t.* FROM replies r LEFT JOIN topics t ON(r.topic_id=t.id) ORDER BY r.reply_added DESC LIMIT 0,1
...?
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
|
|
|
|