View Single Post
Old 11-03-2005, 08:12 PM   #2 (permalink)
websitedatabases
Junior Member
 
Join Date: Jul 2005
Posts: 12
Default

Give this a try:
Code:
SELECT * FROM writer_articles a INNER JOIN writer_comments c ON c.id = a.id WHERE a.id = $id ORDER BY date_time DESC
websitedatabases is offline   Reply With Quote
Sponsored Links