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
.
Aiwokusai氏による投稿ブロック依頼提出記録 (完全版)
Toggle Highlighting
SQL
use jawiki_p; select CONCAT("https://ja.wikipedia.org/wiki/Wikipedia:", P.page_title) as url, R.rev_timestamp from page as P, revision as R, actor as A where 1 = 1 -- Wikipedia 名前空間 and P.page_namespace = 4 and A.actor_name = "Aiwokusai" -- リダイレクトでない and P.page_is_redirect = 0 -- 新規作成 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 order by rev_timestamp 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...