A Database Error Occurred
Error Number: 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 comment_date_posted asc' at line 11
select *, DATE_FORMAT(comment_date_posted, '%H:%i on %M %d, %Y') as comment_date_posted_formatted, blog_author.author_name as comment_vip_name from blog_comment left join blog_author on blog_author.author_id = blog_comment.comment_author_id where comment_post_id = order by comment_date_posted asc