MySql error:
select articles.*, (select count(*) from comments where comments.article_id=articles.id) as comments_count from articles where ='' and date_created<=now() order by ord desc limit 2000,16