getCommentsForBlog error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY `DateAdded` DESC' at line 1sql = SELECT * FROM BlogComments Where `BlogId` = ORDER BY `DateAdded` DESC;