SELECT * FROM writer_articles a INNER JOIN writer_comments c ON c.id = a.id WHERE a.id = $id ORDER BY date_time DESC