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
Sideswipe9th
.
Toggle Highlighting
SQL
SELECT page_title, pr_level, pr_cascade, pr_expiry, pr_type, comment_text AS `protection comments` FROM page JOIN page_restrictions ON page_id = pr_page LEFT JOIN logging_logindex ON log_namespace = page_namespace AND log_title = page_title AND log_type = 'protect' LEFT JOIN comment_logging ON comment_id = log_comment_id WHERE page_namespace = 1 AND pr_level = "extendedconfirmed" AND (comment_text LIKE '%BLP%' OR comment_text LIKE '%CT/BLP%' OR comment_text LIKE '%BLPCT%' OR comment_text LIKE '%biographies%' OR comment_text LIKE '%CT/GG%' OR comment_text LIKE '%GENSEX%' OR comment_text LIKE '%ARBGG%' OR comment_text LIKE '%ARBGSDS%' OR comment_text LIKE '%ARBGSCT%' OR comment_text LIKE '%ARBGS%' OR comment_text LIKE '%ARBGENDER%') GROUP BY page_id
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...