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
Semi-Brace
.
Toggle Highlighting
SQL
use jawiki_p; select A.actor_name, count(*) as `count` from page as P, revision as R, actor as A where 1 = 1 -- Wikipedia 名前空間 and P.page_namespace = 4 -- 新規作成 and R.rev_parent_id = 0 and P.page_title like "投稿ブロック依頼/%" and P.page_id = R.rev_page and R.rev_actor = A.actor_id group by R.rev_actor having count(*) >= 1 order by `count` desc;
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...