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
軽快
.
いっぱい出しちゃった利用者は自警認定だぞ☆
Toggle Highlighting
SQL
use jawiki_p; select user_name, number_of_AfD_submission from ( select rev_user_text as user_name, count( * ) as number_of_AfD_submission from revision_userindex inner join ( select * from page where page_namespace = 4 and page_title like "削除依頼/%" and page_title not like "削除依頼/ログ/%" ) as a on page_id = rev_page where rev_parent_id = 0 group by rev_user_text with rollup ) as a order by number_of_AfD_submission desc; select current_timestamp;
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...