SELECT *, m.mem_id AS userID, DATE_FORMAT(c.postedAt, '%d-%m-%Y %T') AS formattedDate FROM newscomments AS c, members AS m WHERE c.newsURL = 'http://www.pga.com/2010/news/pgatour/02/08/donald/index.html' AND c.isDeleted = 0 AND c.mem_id = m.mem_id ORDER BY c.postedAt DESC:Table 'joecool_2.newscomments' doesn't exist