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

SQL

AخA
 
select page_title, ug_groups from revision join page on rev_page = page_id where page_title in (
  /* list of pages, comma separated */
  "1st_Tank_Division_(Soviet_Union)"
) and rev_parent_id = NULL join user on user_id = rev_user join user_groups on ug_user = rev_user;
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...