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氏によるjawpでの投稿ブロック依頼提出記録
Toggle Highlighting
SQL
use jawiki_p; /* select * from page -- Wikipedia 名前空間 where page_namespace = 4 -- リダイレクトでない and page_is_redirect = 0 and page_title like "投稿ブロック依頼/%" limit 1000; */ select RC.rc_timestamp, RC.rc_title, AC.actor_name from recentchanges as RC, actor as AC where RC.rc_namespace = 4 and RC.rc_new = 1 and RC.rc_title like "投稿ブロック依頼/%" and RC.rc_actor = AC.actor_id and AC.actor_name = "Aiwokusai" order by RC.rc_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...