Query Run
select Count(p.page_id) from page p where p.page_namespace = 10 2 years ago
select Count(*) from page and page_namespace = 10 2 years ago
select Count(*) from page p and p.page_namespace = 10 2 years ago
select count(p.page_id) from page p and p.page_namespace = 10 2 years ago