This query is marked as a draft This query has been published by IKhitron.

SQL

AخA
 
use hewiki_p;
select page_namespace, page_title, count(revision.rev_id) as revisions, count(distinct(rev_user)) as users from page inner join revision
on page.page_id = revision.rev_page
where page_len = 0
and not page_namespace in (2, 3, 8)
group by revision.rev_page
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...