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
1234qwer1234qwer4
.
Toggle Highlighting
SQL
use enwiki_p; select page_title, page_namespace#, count(log_id) as blocks from page right join categorylinks on page_id = cl_from #join logging on page_title = log_title where page_namespace in (1,2) and cl_to like "Suspected\_Wikipedia\_sockpuppets\_of%"# and log_namespace = 2 and log_type = "block" #group by log_title #having blocks = 0 and page_title not in (select log_title from logging where log_type = "block") limit 100;
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...