SQL
AخA
select page_id from page where page_namespace=0 AND page_title IN (\"" . implode ( '","' , $p ) . "\")" ;
SELECT actor_name,count(*) AS cnt FROM revision_userindex,actor WHERE actor_id=rev_actor AND actor_user IS NOT NULL AND rev_page IN ($sql) GROUP BY actor_name" ;
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.