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
SELECT A.actor_name as "対処者", P.page_title as "ページ", C.comment_text as "要約", L.log_params FROM logging L, actor A, `comment` C, page P WHERE TRUE AND L.log_type = "protect" -- 保護 AND L.log_namespace = 10 -- テンプレート AND L.log_actor = A.actor_id AND L.log_comment_id = C.comment_id AND L.log_page = P.page_id ORDER BY L.log_timestamp DESC 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...