Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Zdzislaw
.
Toggle Highlighting
SQL
use plwikisource_p; SELECT A.title FROM (SELECT rev_user_text as user_name, count(rev_page), LEFT(page_title, 10) as title FROM revision, page WHERE rev_user_text IN ('Zdzislaw') AND rev_page = page_id AND page_namespace = 100 group by title) as A JOIN (SELECT rev_user_text as user_name, count(rev_page), LEFT(page_title, 10) as title FROM revision, page WHERE rev_user_text IN ('Ankry') AND rev_page = page_id AND page_namespace = 100 group by title) as B JOIN (SELECT rev_user_text as user_name, count(rev_page), LEFT(page_title, 10) as title FROM revision, page WHERE rev_user_text IN ('Masti') AND rev_page = page_id AND page_namespace = 100 group by title) as C ON A.title = B.title AND A.title = C.title
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...