Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Semi-protected pages in fawiki without {{pp-%}} templates
by
Ahmad252
This query is marked as a draft
This query has been published
by
Ahmad252
.
Toggle Highlighting
SQL
use fawiki_p; select distinct page_title from page join page_restrictions on pr_page = page_id join templatelinks on tl_from = page_id where tl_from_namespace = 0 and page_namespace = 0 and tl_namespace = 10 and tl_title not like ("pp-%") and tl_title not in ("pp", "temporarily protected", "permanently protected") and pr_type = "edit" and pr_level = "extendedconfirmed" and pr_expiry > "20191218000000" or pr_expiry = null;
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...